aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-16 23:08:40 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-16 23:08:40 -0400
commitf759cd3befb46a7d1a386a1d92c0350c3433400b (patch)
tree5b6a95f37615b2f7db4eca4bf77bd67b7fb86185
parentfc227dfce34386764a0b717c56ac4a2253e64aa8 (diff)
downloadNetNuke-f759cd3befb46a7d1a386a1d92c0350c3433400b.tar.gz
Forgot to remove "error". It is no longer used either.
-rw-r--r--netnuke.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/netnuke.c b/netnuke.c
index 8b9d8ca..7983a08 100644
--- a/netnuke.c
+++ b/netnuke.c
@@ -43,8 +43,6 @@
#include "netnuke.h"
/* Global variables */
-static int64_t error;
-
nukeLevel_t udef_nukelevel = NUKE_PATTERN; /* Static patterns is default */
bool udef_verbose = false;
bool udef_verbose_high = false;