mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-15 00:30:16 +00:00
Removed an unused variable -- but where did it come from!? Strange ...
This commit is contained in:
parent
fb0c7ad252
commit
ca5e09865e
@ -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, '|');
|
||||
|
Loading…
x
Reference in New Issue
Block a user