]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Removed an unused variable -- but where did it come from!? Strange ...
authorAlexander Barton <alex@barton.de>
Tue, 3 Oct 2006 10:28:38 +0000 (10:28 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 3 Oct 2006 10:28:38 +0000 (10:28 +0000)
src/ngircd/irc-login.c

index ccdbc8e3cfe408cad1c97a270b6a7c677abfb50f..caa78a1f3822993c3e9190d7a1c15d8e0e149e3b 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-login.c,v 1.52 2006/10/01 19:05:02 alex Exp $";
+static char UNUSED id[] = "$Id: irc-login.c,v 1.53 2006/10/03 10:28:38 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -123,7 +123,6 @@ IRC_PASS( CLIENT *Client, REQUEST *Req )
        /* Implementation, version and IRC+ flags */
        if (Req->argc >= 3) {
                char *impl, *ptr, *serverver, *flags;
-               int _unused_var;
 
                impl = Req->argv[2];
                ptr = strchr(impl, '|');