Skip to content

Commit

Permalink
fix[protocol]: test cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Jul 15, 2024
1 parent d575177 commit 6dae8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/src/main/resources/cpp/ByteBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ namespace zfoo {
}

inline list<bool> readBoolList() {

int32_t length = readInt();
list<bool> list;
for (auto i = 0; i < length; i++) {
Expand Down

0 comments on commit 6dae8da

Please sign in to comment.