Fix: C++: incomplete extern C guard transition
[lttng-ust.git] / include / lttng / tracepoint-event.h
index 4630788c114625c7de68fdcbed122f69568bb63b..c1ca31c85e11a64d0f5b0b5080e08282a06cec58 100644 (file)
 
 #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 */
This page took 0.023728 seconds and 4 git commands to generate.