瀏覽代碼

* Converted debug.c

svn: 1808
Bryan Drewery 21 年之前
父節點
當前提交
d4af2a75ea
共有 1 個文件被更改,包括 0 次插入2 次删除
  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 */
 }