Explorar o código

* Converted debug.c

svn: 1808
Bryan Drewery %!s(int64=21) %!d(string=hai) anos
pai
achega
d4af2a75ea
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/debug.c

+ 0 - 2
src/debug.c

@@ -223,9 +223,7 @@ static void got_term(int) __attribute__ ((noreturn));
 
 static void got_term(int z)
 {
-#ifdef HUB
   write_userfile(-1);
-#endif
   fatal("Received SIGTERM", 0);
   exit(1);		/* for GCC noreturn */
 }