1
0
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:
Nicolas Despres 2013-01-03 19:25:53 -08:00 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();
}