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:
authorivmai <ivmai>2009-10-18 12:46:08 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:50 +0400
commit21bb23541f1d64e861645255c2cfdac54a930012 (patch)
treec9ff35b30d4a93b7bd1e0c310be229da64dfe517 /backgraph.c
parente21c83e60ad428e406ee9172750eee3db656d80f (diff)
2009-10-18 Ivan Maidanski <ivmai@mail.ru>
* backgraph.c (GC_quiet): Remove the declaration (not needed anymore since gc_priv.h is always included). * checksums.c (GC_quiet): Ditto. * gcj_mlc.c (GC_quiet): Ditto. * headers.c (GC_hdr_cache_hits, GC_hdr_cache_misses): Add the comment. * include/private/gc_hdrs.h (GC_hdr_cache_hits, GC_hdr_cache_misses): Ditto. * mark.c (GC_first_nonempty): Make the volatile variable STATIC. * pthread_stop_world.c (GC_stop_count, GC_world_is_stopped): Ditto. * win32_threads.c (GC_please_stop, GC_max_thread_index, GC_mark_mutex_waitcnt): Ditto.
Diffstat (limited to 'backgraph.c')
-rw-r--r--backgraph.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/backgraph.c b/backgraph.c
index a4558697..c3cea439 100644
--- a/backgraph.c
+++ b/backgraph.c
@@ -476,9 +476,4 @@ void GC_print_back_graph_stats(void)
GC_deepest_obj = 0;
}
-#else /* !MAKE_BACK_GRAPH */
-
-extern int GC_quiet;
- /* ANSI C doesn't allow translation units to be empty. */
-
#endif /* !MAKE_BACK_GRAPH */