summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 1fa29bf8d..38880a586 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1922,7 +1922,6 @@ void handle_eline(char **parameters, int pcnt, userrec *user)
void handle_gline(char **parameters, int pcnt, userrec *user)
{
- char netdata[MAXBUF];
if (pcnt >= 3)
{
add_gline(duration(parameters[1]),user->nick,parameters[2],parameters[0]);