mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Remove unused variables.
This commit is contained in:

committed by
FURUHASHI Sadayuki

parent
509f27eee1
commit
79a06a338a
@@ -68,8 +68,5 @@ TEST(buffer, zbuffer)
|
||||
zbuf.write("a", 1);
|
||||
|
||||
zbuf.flush();
|
||||
|
||||
char* data = zbuf.data();
|
||||
size_t size = zbuf.size();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user