This commit is contained in:
zvonand 2023-03-07 02:36:02 +01:00
parent 3a918ae66a
commit c859478db3

View File

@ -38,8 +38,6 @@ struct Packet
ParallelReadRequest request;
ParallelReadResponse response;
std::string server_timezone;
Packet() : type(Protocol::Server::Hello) {}
};