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