diff --git a/protocol/src/main/resources/cpp/ByteBuffer.h b/protocol/src/main/resources/cpp/ByteBuffer.h index fad7982ca..7a7511d73 100644 --- a/protocol/src/main/resources/cpp/ByteBuffer.h +++ b/protocol/src/main/resources/cpp/ByteBuffer.h @@ -475,7 +475,6 @@ namespace zfoo { } inline list readBoolList() { - int32_t length = readInt(); list list; for (auto i = 0; i < length; i++) {