X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbytecode%2Fbytecode.h;fp=src%2Fcommon%2Fbytecode%2Fbytecode.h;h=386f58241713147de80106ccebf63ebb476224a9;hp=54ed7363ec493b6c0c2b14db940d2402edf6ccf4;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/bytecode/bytecode.h b/src/common/bytecode/bytecode.h index 54ed7363e..386f58241 100644 --- a/src/common/bytecode/bytecode.h +++ b/src/common/bytecode/bytecode.h @@ -13,10 +13,6 @@ #include "common/macros.h" #include "common/sessiond-comm/sessiond-comm.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * offsets are absolute from start of bytecode. */ @@ -262,8 +258,4 @@ unsigned int bytecode_get_len(struct lttng_bytecode *bytecode) return bytecode->len; } -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_COMMON_BYTECODE_H */