X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.c;h=6152e258d2bab91ba9c2be2e535e0b91d4ce7496;hb=3d9d3088982414ca5617caf62bd37b4fecac29b6;hp=e266ba406a968763b4736f725ffd177519f1eac2;hpb=3bb2fb5b9ecdeebecaded4ac6e5af0f653be8867;p=sbcl.git diff --git a/src/runtime/globals.c b/src/runtime/globals.c index e266ba4..6152e25 100644 --- a/src/runtime/globals.c +++ b/src/runtime/globals.c @@ -46,9 +46,6 @@ lispobj *current_auto_gc_trigger; * is done). For the GENCGC, it always points to DYNAMIC_SPACE_START. */ lispobj *current_dynamic_space; -boolean stop_the_world=0; -pid_t parent_pid; - void globals_init(void) { /* Space, stack, and free pointer vars are initialized by