]> arthur.barton.de Git - ngircd-alex.git/commitdiff
removed unneeded return statement
authorFlorian Westphal <fw@strlen.de>
Tue, 12 Jul 2005 20:44:13 +0000 (20:44 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 12 Jul 2005 20:44:13 +0000 (20:44 +0000)
src/ngircd/io.c

index a428ca303b0653254453cb23ef56001dc05288d1..6b4081c870b792adbdc25deb5b15029deda0af23 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: io.c,v 1.2 2005/07/09 20:23:00 fw Exp $";
+static char UNUSED id[] = "$Id: io.c,v 1.3 2005/07/12 20:44:13 fw Exp $";
 
 #include <assert.h>
 #include <stdlib.h>
@@ -162,7 +162,6 @@ io_library_shutdown(void)
 #ifdef IO_USE_KQUEUE
        array_free(&io_evcache);
 #endif
-       return true;
 }