mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove a declaration of the function cleanup_threads, which doesn't exist.
This commit is contained in:
parent
db9e8e751c
commit
dde1d7aac3
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue