diff options
Diffstat (limited to 'msgpack/unpack/inline_context.h')
-rw-r--r-- | msgpack/unpack/inline_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack/inline_context.h b/msgpack/unpack/inline_context.h index d6558a3..22698d5 100644 --- a/msgpack/unpack/inline_context.h +++ b/msgpack/unpack/inline_context.h @@ -34,7 +34,7 @@ typedef struct { size_t count; unsigned int ct; union { - const unsigned char* terminal_trail_start; + /*const unsigned char* terminal_trail_start;*/ msgpack_object map_key; } tmp; } msgpack_unpacker_stack; |