1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Remove a line of dead code.

This commit is contained in:
david
2008-10-16 22:54:37 +00:00
parent 06b661f2ef
commit c1b3ea6db3

View File

@@ -1236,7 +1236,6 @@ char* ncap_request_do_callback(nsock_event nse, lua_State *L, int ncap_cback_ref
/* get string from top of the stack*/
size_t testdatasz;
const char* testdata = lua_tolstring(L, -1, &testdatasz);
// lua_pop(L, 1);/* just in case [nope, it's not needed]*/
char *key = strdup(hex((char*)testdata, testdatasz));
return key;