fix no longer needed removal

This commit is contained in:
John
2022-02-07 23:05:31 +01:00
parent 026b1994fd
commit 5ec5c3daa4
-1
View File
@@ -325,7 +325,6 @@ bool connect(const char* host, uint16_t port, uint16_t timeout, char* const *arg
} else {
cout << "error connecting to " << host << ":" << port << endl;
}
delete client;
return ret;
}