From 9ead4dec87fd1d57e6b27742b6b65b9ce0cc6fc9 Mon Sep 17 00:00:00 2001 From: batrick Date: Fri, 30 Apr 2010 19:56:16 +0000 Subject: [PATCH] Removed an old false comment. --- nse_nsock.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 24700f385..548e5ca5f 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -1102,7 +1102,6 @@ static int l_nsock_receive_buf(lua_State * L) } return 2; } - /* yielding with 3 arguments since we need them when the callback arrives */ set_thread(L, 1, udata); return nse_yield(L); }