From 50cf271bba37928de7ae535ed7708fb8329bf73a Mon Sep 17 00:00:00 2001 From: gorjan Date: Mon, 30 May 2011 14:35:43 +0000 Subject: [PATCH] Cleaning up some residue Skyhook code. --- scripts/mac-geolocation.nse | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/mac-geolocation.nse b/scripts/mac-geolocation.nse index 00879b9e9..e797bb1fa 100644 --- a/scripts/mac-geolocation.nse +++ b/scripts/mac-geolocation.nse @@ -279,14 +279,6 @@ action = function(host,port) end end - -- only fill output if there are entries in mac_geo_table - if mac_geo_table[mac].skyhook then - table.insert(tmp, {name="Skyhook:"}) - if fill_output(mac_geo_table[mac].skyhook, tmp[2], extra_info) then - entry_flag = true - end - end - table.insert(output,tmp) end