X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-event.h;h=c1ca31c85e11a64d0f5b0b5080e08282a06cec58;hb=11a3adca7633e8a5f41beab7851ac3aa5cfb7b39;hp=077eaa0b46d48fcf1baa0d35f4b188246275fd85;hpb=41858e2b6e81ee5e02eccdd7467b9239d4cdf726;p=lttng-ust.git diff --git a/include/lttng/tracepoint-event.h b/include/lttng/tracepoint-event.h index 077eaa0b..c1ca31c8 100644 --- a/include/lttng/tracepoint-event.h +++ b/include/lttng/tracepoint-event.h @@ -20,10 +20,6 @@ * SOFTWARE. */ -#ifdef __cplusplus -extern "C" { -#endif - #ifdef TRACEPOINT_CREATE_PROBES #define __tp_stringify1(x) #x @@ -68,7 +64,3 @@ extern "C" { #define TRACEPOINT_CREATE_PROBES #endif /* TRACEPOINT_CREATE_PROBES */ - -#ifdef __cplusplus -} -#endif