Skip to content

Commit 40a3aec

Browse files
committed
Remove not needed code
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 24e7119 commit 40a3aec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/proxy_lib/proxy_lib.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ static int get_system_allocator_symbols(void) {
170170
return 0;
171171
}
172172

173-
*((void **)(&System_aligned_alloc)) = NULL;
174-
*((void **)(&System_calloc)) = NULL;
175-
*((void **)(&System_free)) = NULL;
176-
*((void **)(&System_malloc)) = NULL;
177-
*((void **)(&System_malloc_usable_size)) = NULL;
178-
*((void **)(&System_realloc)) = NULL;
179-
180173
return -1;
181174
}
182175
#endif /* _WIN32 */

0 commit comments

Comments
 (0)