summaryrefslogtreecommitdiff
path: root/msgpack
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@vcore.(none)>2009-02-26 01:15:14 +0900
committerfrsyuki <frsyuki@vcore.(none)>2009-02-26 01:15:14 +0900
commit5697b9a15d89a397a53174b9eca2d96bc7ebaef0 (patch)
tree9168b29e6d8c495001bf18573a5f712ff158c9b4 /msgpack
parent8893523776e5258e2817711da75f00a6074a13ae (diff)
downloadmsgpack-python-5697b9a15d89a397a53174b9eca2d96bc7ebaef0.tar.gz
remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size
Diffstat (limited to 'msgpack')
-rw-r--r--msgpack/unpack_template.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/msgpack/unpack_template.h b/msgpack/unpack_template.h
index ff30955..d67fd1e 100644
--- a/msgpack/unpack_template.h
+++ b/msgpack/unpack_template.h
@@ -59,7 +59,6 @@ msgpack_unpack_struct_decl(_context) {
msgpack_unpack_func(void, _init)(msgpack_unpack_struct(_context)* ctx)
{
- /*memset(ctx, 0, sizeof( msgpack_unpack_struct(_context) )); FIXME needed? */
ctx->cs = CS_HEADER;
ctx->trail = 0;
ctx->top = 0;