diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index a67829ffe..0aacf9112 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1540,7 +1540,6 @@ void handle_oper(char **parameters, int pcnt, userrec *user) int j; bool found = false; bool fail2 = false; - char global[MAXBUF]; snprintf(TheHost,MAXBUF,"%s@%s",user->ident,user->host); |