From dde1d7aac393ba1727d255ade45c02006a00e72c Mon Sep 17 00:00:00 2001 From: david Date: Fri, 2 Jan 2009 19:32:05 +0000 Subject: [PATCH] Remove a declaration of the function cleanup_threads, which doesn't exist. --- nse_main.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/nse_main.cc b/nse_main.cc index fff10f7ac..16ec0e783 100644 --- a/nse_main.cc +++ b/nse_main.cc @@ -67,9 +67,6 @@ int process_mainloop(lua_State* L); int process_waiting2running(lua_State* L, int resume_arguments); int process_finalize(lua_State* L, unsigned int registry_idx); -// post execution -int cleanup_threads(std::list trs); - void ScriptResult::set_output (const char *out) { output = std::string(out);