remove SIGCLD handling (not needed)
[spider.git] / src / client.c
index a3147d551dd4a91bd74dec75519e7131e2740193..a04d1bb224edf0597828a3ffef5e0bcb3dcf6cf1 100644 (file)
@@ -901,7 +901,6 @@ main(int argc, char *argv[])
 #ifdef SIGPWR
        signal(SIGPWR, terminate);
 #endif
-       signal(SIGCLD, reaper);
        
        /* init a few things */
        chain_init(&echobase);