Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc.c b/misc.c
index 1bd3e7f9..e59d78d0 100644
--- a/misc.c
+++ b/misc.c
@@ -1432,9 +1432,6 @@ GC_API void GC_CALL GC_enable_incremental(void)
# endif
GC_clear_exclusion_table();
memset(&GC_arrays, 0, sizeof(GC_arrays));
-# if (defined(MSWIN32) || defined(MSWINCE)) && !defined(MSWIN_XBOX1)
- GC_win32_free_heap();
-# endif
GC_clear_freelist();
GC_clear_bottom_indices();
GC_clear_finalizable_object_table();