From 6dae8da74723a98bfc3668c7fd8d65e44c10f79c Mon Sep 17 00:00:00 2001 From: godotg Date: Mon, 15 Jul 2024 16:29:05 +0800 Subject: [PATCH] fix[protocol]: test cpp --- protocol/src/main/resources/cpp/ByteBuffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/src/main/resources/cpp/ByteBuffer.h b/protocol/src/main/resources/cpp/ByteBuffer.h index fad7982c..7a7511d7 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++) {