mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-27 18:24:30 +00:00
fix[protocol]: test cpp
This commit is contained in:
@@ -475,7 +475,6 @@ namespace zfoo {
|
||||
}
|
||||
|
||||
inline list<bool> readBoolList() {
|
||||
|
||||
int32_t length = readInt();
|
||||
list<bool> list;
|
||||
for (auto i = 0; i < length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user