mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 19:32:11 +01:00
Remove unused variables.
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user