1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Remove a declaration of the function cleanup_threads, which doesn't exist.

This commit is contained in:
david
2009-01-02 19:32:05 +00:00
parent db9e8e751c
commit dde1d7aac3

View File

@@ -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<struct thread_record> trs);
void ScriptResult::set_output (const char *out)
{
output = std::string(out);