style: remove leftover stuff

This commit is contained in:
2026-04-07 01:34:03 -03:00
parent afb4a9c157
commit abd3c18040
-13
View File
@@ -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;
}