mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-15 13:44:09 +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"
|
#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 "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -123,7 +123,6 @@ IRC_PASS( CLIENT *Client, REQUEST *Req )
|
|||||||
/* Implementation, version and IRC+ flags */
|
/* Implementation, version and IRC+ flags */
|
||||||
if (Req->argc >= 3) {
|
if (Req->argc >= 3) {
|
||||||
char *impl, *ptr, *serverver, *flags;
|
char *impl, *ptr, *serverver, *flags;
|
||||||
int _unused_var;
|
|
||||||
|
|
||||||
impl = Req->argv[2];
|
impl = Req->argv[2];
|
||||||
ptr = strchr(impl, '|');
|
ptr = strchr(impl, '|');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user