summaryrefslogtreecommitdiff
path: root/c/bench_inline.c
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
committerfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
commit1278eb3c63e2371283e07c0360b044728d72c704 (patch)
treeaa9f840ff56445b5cbb31fd40391f29a3607e859 /c/bench_inline.c
parenta0a798d79e5c11bae1b0b6a94b25e0dee0c19b77 (diff)
downloadmsgpack-python-1278eb3c63e2371283e07c0360b044728d72c704.tar.gz
lang/c/msgpack: fix types
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@63 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'c/bench_inline.c')
-rw-r--r--c/bench_inline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/bench_inline.c b/c/bench_inline.c
index 5390319..bb3c431 100644
--- a/c/bench_inline.c
+++ b/c/bench_inline.c
@@ -56,8 +56,6 @@ static inline void* msgpack_unpack_signed_int_32(msgpack_unpack_context* x, int3
static inline void* msgpack_unpack_signed_int_64(msgpack_unpack_context* x, int64_t d) { return NULL; }
static inline void* msgpack_unpack_float(msgpack_unpack_context* x, float d) { return NULL; }
static inline void* msgpack_unpack_double(msgpack_unpack_context* x, double d) { return NULL; }
-static inline void* msgpack_unpack_big_int(msgpack_unpack_context* x, const void* b, unsigned int l) { return NULL; }
-static inline void* msgpack_unpack_big_float(msgpack_unpack_context* x, const void* b, unsigned int l) { return NULL; }
static inline void* msgpack_unpack_nil(msgpack_unpack_context* x) { return NULL; }
static inline void* msgpack_unpack_true(msgpack_unpack_context* x) { return NULL; }
static inline void* msgpack_unpack_false(msgpack_unpack_context* x) { return NULL; }