diff options
| author | frsyuki (none) <frsyuki@vcore.> | 2009-02-26 01:15:14 +0900 |
|---|---|---|
| committer | frsyuki (none) <frsyuki@vcore.> | 2009-02-26 01:15:14 +0900 |
| commit | 65ef9cab66c39914da1292fb886c4c93c0a7312e (patch) | |
| tree | 9168b29e6d8c495001bf18573a5f712ff158c9b4 /msgpack | |
| parent | 6ffee9e54abc54e84a2c81450bb1f607f0637a72 (diff) | |
| download | msgpack-python-65ef9cab66c39914da1292fb886c4c93c0a7312e.tar.gz | |
remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size
Diffstat (limited to 'msgpack')
| -rw-r--r-- | msgpack/unpack_template.h | 1 |
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; |
