style: remove leftover stuff
This commit is contained in:
@@ -5,18 +5,6 @@
|
||||
|
||||
#include <windows.h>
|
||||
#include <wininet.h>
|
||||
//#include <fstream>
|
||||
//#include <iostream>
|
||||
//#include <string>
|
||||
//#include <string_view>
|
||||
//#include <vector>
|
||||
//#include <format>
|
||||
//#include <mutex>
|
||||
//#include <ctime>
|
||||
//#include <regex>
|
||||
//#include <unordered_set>
|
||||
//#include <simdjson.h>
|
||||
|
||||
|
||||
bool setProxy(bool enable, const std::string& proxyAddr)
|
||||
{
|
||||
@@ -83,7 +71,6 @@ BOOL WINAPI consoleHandler(DWORD dwType)
|
||||
running = false;
|
||||
cleanup();
|
||||
exit(0);
|
||||
//return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user