repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ca130e6db6db0c306885c249744d94548896eecb:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ca130e6db6db0c306885c249744d94548896eecb
Author: Florian Westphal 
Date:   Tue Jul 12 20:44:13 2005 +0000

    removed unneeded return statement

diff --git a/src/ngircd/io.c b/src/ngircd/io.c
index a428ca303b0653254453cb23ef56001dc05288d1..
index ..6b4081c870b792adbdc25deb5b15029deda0af23 100644
--- a/src/ngircd/io.c
+++ b/src/ngircd/io.c
@@ -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 
 #include 
@@ -162,7 +162,6 @@ io_library_shutdown(void)
 #ifdef IO_USE_KQUEUE
 	array_free(&io_evcache);
 #endif
-	return true;
 }


-----END OF PAGE-----