fix: remove unused variable introduced by previous commit

This commit is contained in:
NiteHawk
2015-08-17 16:23:11 +02:00
parent 4e65bc35ed
commit 871a796037

View File

@@ -61,7 +61,6 @@ void unpack(receiver* r) {
msgpack_unpacker* unp = msgpack_unpacker_new(100);
msgpack_unpacked result;
msgpack_unpack_return ret;
char* buf;
size_t recv_len;
int recv_count = 0;
int i = 0;