mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-18 03:29:49 +02:00
fix: remove unused variable introduced by previous commit
This commit is contained in:
@@ -61,7 +61,6 @@ void unpack(receiver* r) {
|
|||||||
msgpack_unpacker* unp = msgpack_unpacker_new(100);
|
msgpack_unpacker* unp = msgpack_unpacker_new(100);
|
||||||
msgpack_unpacked result;
|
msgpack_unpacked result;
|
||||||
msgpack_unpack_return ret;
|
msgpack_unpack_return ret;
|
||||||
char* buf;
|
|
||||||
size_t recv_len;
|
size_t recv_len;
|
||||||
int recv_count = 0;
|
int recv_count = 0;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
Reference in New Issue
Block a user