Tracepoint probes don't need extern C
[lttng-tools.git] / tests / regression / ust / low-throughput / tp.h
index b45a3dd87fd686af845c1ace38daa260676e727c..f6c8634bfa7247bc052d01c25709fe8ab3e9f727 100644 (file)
@@ -4,10 +4,6 @@
 #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_TP_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * Copyright (C) 2011  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
@@ -39,7 +35,3 @@ TRACEPOINT_EVENT(tp, slow,
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
-
-#ifdef __cplusplus
-}
-#endif
This page took 0.027148 seconds and 4 git commands to generate.