aboutsummaryrefslogtreecommitdiff
path: root/msgpack.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-04-10 21:23:08 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-04-10 21:23:08 +0300
commite60275a234a625b3982b9744b5e9aefa2c1f7211 (patch)
treefad0c1492c8bec4e13506edf9f47301152de0822 /msgpack.h
parent844b90ec6b79be309d0bd3d08df36b78d48eee90 (diff)
testing changes
Diffstat (limited to 'msgpack.h')
-rw-r--r--msgpack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/msgpack.h b/msgpack.h
index ab3a643..6171664 100644
--- a/msgpack.h
+++ b/msgpack.h
@@ -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