diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-16 23:08:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-16 23:08:40 -0400 |
commit | f759cd3befb46a7d1a386a1d92c0350c3433400b (patch) | |
tree | 5b6a95f37615b2f7db4eca4bf77bd67b7fb86185 | |
parent | fc227dfce34386764a0b717c56ac4a2253e64aa8 (diff) | |
download | NetNuke-f759cd3befb46a7d1a386a1d92c0350c3433400b.tar.gz |
Forgot to remove "error". It is no longer used either.
-rw-r--r-- | netnuke.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |