X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.c;h=099acd26326711398a23b940e1172d7675317737;hb=952d16ab5880823c1864eb9105bb269e2e00760d;hp=07d56b597d250686338ed2fbdad8de9907790c53;hpb=9a19ce460a70a6c1de36095b3e2621116b91cc80;p=sbcl.git diff --git a/src/runtime/globals.c b/src/runtime/globals.c index 07d56b5..099acd2 100644 --- a/src/runtime/globals.c +++ b/src/runtime/globals.c @@ -43,10 +43,6 @@ lispobj *dynamic_space_free_pointer; lispobj *current_auto_gc_trigger; #endif -#ifdef LISP_FEATURE_SB_THREAD -boolean stop_the_world=0; -#endif - /* For copying GCs, this points to the start of the dynamic space * currently in use (that will become the from_space when the next GC * is done). For the GENCGC, it always points to DYNAMIC_SPACE_START. */