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
-1
View File
@@ -58,7 +58,6 @@ std::optional<std::string> ReplServer::get_msg() {
auto activity = select(max_sd + 1, &read_sockets, NULL, NULL, NULL);
if (activity < 0) { // TODO - || error!
printf("Error at select(): %ld\n", WSAGetLastError());
return std::nullopt;
}