X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.c;h=5cd53b2dcb51cea3c39f98c8b1ed7310c6500c89;hb=69ef68ba7393e3492c1b4a756d1140f71c2922bc;hp=916cd1ff8478ec93782d4ff9e8f269de22465d37;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/globals.c b/src/runtime/globals.c index 916cd1f..5cd53b2 100644 --- a/src/runtime/globals.c +++ b/src/runtime/globals.c @@ -42,7 +42,6 @@ lispobj *current_auto_gc_trigger; #endif #ifdef LISP_FEATURE_SB_THREAD -pid_t parent_pid; boolean stop_the_world=0; #endif @@ -64,7 +63,4 @@ void globals_init(void) /* Set foreign function call active. */ foreign_function_call_active = 1; -#ifdef LISP_FEATURE_SB_THREAD - parent_pid=getpid(); -#endif }