Skip to content

Commit 871a796

Browse files
committed
fix: remove unused variable introduced by previous commit
1 parent 4e65bc3 commit 871a796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/c/lib_buffer_unpack.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void unpack(receiver* r) {
6161
msgpack_unpacker* unp = msgpack_unpacker_new(100);
6262
msgpack_unpacked result;
6363
msgpack_unpack_return ret;
64-
char* buf;
6564
size_t recv_len;
6665
int recv_count = 0;
6766
int i = 0;

0 commit comments

Comments
 (0)