diff --git a/nse_nmaplib.cc b/nse_nmaplib.cc index 31e90434e..666d75607 100644 --- a/nse_nmaplib.cc +++ b/nse_nmaplib.cc @@ -771,7 +771,7 @@ static int l_get_interface (lua_State *L) */ static int l_list_interfaces (lua_State *L) { - int numifs = 0, numroutes = 0; + int numifs = 0; struct interface_info *iflist; char errstr[256]; errstr[0]='\0';