X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-event.h;h=c1ca31c85e11a64d0f5b0b5080e08282a06cec58;hb=6453d2377ce8ab5a45bb40c297db5a128f67f56f;hp=4630788c114625c7de68fdcbed122f69568bb63b;hpb=35d2bbde7f556976385a17861737d3725ebff7a6;p=lttng-ust.git diff --git a/include/lttng/tracepoint-event.h b/include/lttng/tracepoint-event.h index 4630788c..c1ca31c8 100644 --- a/include/lttng/tracepoint-event.h +++ b/include/lttng/tracepoint-event.h @@ -22,10 +22,6 @@ #ifdef TRACEPOINT_CREATE_PROBES -#ifdef __cplusplus -extern "C" { -#endif - #define __tp_stringify1(x) #x #define __tp_stringify(x) __tp_stringify1(x) @@ -65,10 +61,6 @@ extern "C" { #undef TRACEPOINT_INCLUDE_FILE #undef TRACEPOINT_INCLUDE -#ifdef __cplusplus -} -#endif - #define TRACEPOINT_CREATE_PROBES #endif /* TRACEPOINT_CREATE_PROBES */