goalc: some minor fixes for tests

This commit is contained in:
Tyler Wilding
2022-05-01 17:45:01 -04:00
parent 6976221c31
commit f7c30a4084
5 changed files with 5 additions and 6 deletions
-2
View File
@@ -32,9 +32,7 @@ class XSocketServer {
int listening_socket = -1;
std::vector<char> buffer;
bool kill_accept_thread = false;
bool server_initialized = false;
bool accept_thread_running = false;
bool client_connected = false;
std::function<bool()> want_exit_callback;