1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

Removed an unused variable -- but where did it come from!? Strange ...

This commit is contained in:
Alexander Barton 2006-10-03 10:28:38 +00:00
parent fb0c7ad252
commit ca5e09865e

View 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, '|');