Remove extern "C" from internal headers
[lttng-tools.git] / src / common / bytecode / bytecode.h
index 54ed7363ec493b6c0c2b14db940d2402edf6ccf4..386f58241713147de80106ccebf63ebb476224a9 100644 (file)
 #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 */
This page took 0.02291 seconds and 4 git commands to generate.