OSDN Git Service

This commit was generated by cvs2svn to compensate for changes in r104181,
[pf3gnuchains/gcc-fork.git] / boehm-gc / alloc.c
index 1ac6ff8..45c71d3 100644 (file)
@@ -104,8 +104,6 @@ word GC_free_space_divisor = 3;
 extern GC_bool GC_collection_in_progress();
                /* Collection is in progress, or was abandoned. */
 
-extern GC_bool GC_print_back_height;
-
 int GC_never_stop_func GC_PROTO((void)) { return(0); }
 
 unsigned long GC_time_limit = TIME_LIMIT;