summaryrefslogtreecommitdiff
path: root/msgpack/_unpacker.pyx
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-10-20 15:40:20 +0900
committerINADA Naoki <inada-n@klab.com>2013-10-20 15:40:20 +0900
commitaa68c9b8330b130d600b22ec47d5c3841499b536 (patch)
tree85fd0c30d69180b2afa1602b40bb4775ddf12459 /msgpack/_unpacker.pyx
parent27f0cba8a5f36393517ee85d2c339847b76e0c6b (diff)
downloadmsgpack-python-aa68c9b8330b130d600b22ec47d5c3841499b536.tar.gz
fallback: Support pack_ext_type.
Diffstat (limited to 'msgpack/_unpacker.pyx')
-rw-r--r--msgpack/_unpacker.pyx2
1 files changed, 0 insertions, 2 deletions
diff --git a/msgpack/_unpacker.pyx b/msgpack/_unpacker.pyx
index cf30670..b0e66db 100644
--- a/msgpack/_unpacker.pyx
+++ b/msgpack/_unpacker.pyx
@@ -32,8 +32,6 @@ cdef extern from "unpack.h":
msgpack_user user
PyObject* obj
size_t count
- unsigned int ct
- PyObject* key
ctypedef int (*execute_fn)(unpack_context* ctx, const char* data,
size_t len, size_t* off) except? -1