From f759cd3befb46a7d1a386a1d92c0350c3433400b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 17 Sep 2009 03:08:40 +0000 Subject: Forgot to remove "error". It is no longer used either. --- netnuke.c | 2 -- 1 file changed, 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; -- cgit