From c1b3ea6db338f38413896c1736fca376429ba1f2 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Oct 2008 22:54:37 +0000 Subject: [PATCH] Remove a line of dead code. --- nse_nsock.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 484580017..b4a23619f 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -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;