diff options
Diffstat (limited to 'cpp/unpack_context.h')
-rw-r--r-- | cpp/unpack_context.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cpp/unpack_context.h b/cpp/unpack_context.h deleted file mode 100644 index caf2271..0000000 --- a/cpp/unpack_context.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef UNPACK_CONTEXT_H__ -#define UNPACK_CONTEXT_H__ - -#include "unpack.h" - -typedef void* msgpack_object; - -typedef msgpack_unpack_t msgpack_unpack_context; - -#include "msgpack/unpack/inline_context.h" - -#endif /* unpack_context.h */ - |