diff options
Diffstat (limited to 'msgpack.h')
-rw-r--r-- | msgpack.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -242,8 +242,4 @@ static const char * const msgpack_error_string[] = { #define MSGPACK_CHECK2(call, arg, body_suc, body_err) \ __MSGPACK_CHECK_DEFER(call, body_suc, body_err, __EXPAND arg) -#ifdef MSGPACK_IMPLEMENTATION -// include(SOURCE) -#endif - #endif |