We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e65bc3 commit 871a796Copy full SHA for 871a796
example/c/lib_buffer_unpack.c
@@ -61,7 +61,6 @@ void unpack(receiver* r) {
61
msgpack_unpacker* unp = msgpack_unpacker_new(100);
62
msgpack_unpacked result;
63
msgpack_unpack_return ret;
64
- char* buf;
65
size_t recv_len;
66
int recv_count = 0;
67
int i = 0;
0 commit comments