X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2Ftestpoint.h;fp=src%2Fcommon%2Ftestpoint%2Ftestpoint.h;h=33cb9aa340cc71e64939be17844aaea3e42fa26c;hp=b613b1749dab4d4258bffc0857ad745d4883fe74;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/testpoint/testpoint.h b/src/common/testpoint/testpoint.h index b613b1749..33cb9aa34 100644 --- a/src/common/testpoint/testpoint.h +++ b/src/common/testpoint/testpoint.h @@ -14,10 +14,6 @@ #include /* for caa_likely/unlikely */ -#ifdef __cplusplus -extern "C" { -#endif - extern int lttng_testpoint_activated; void *lttng_testpoint_lookup(const char *name); @@ -63,8 +59,4 @@ void *lttng_testpoint_lookup(const char *name); #define TESTPOINT_DECL(name) \ _TESTPOINT_DECL(name) -#ifdef __cplusplus -} -#endif - #endif /* NTESTPOINT */