X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo3.h;h=232d577aaea9186409c8254bdafc1fafef6e4264;hb=32b03ae653d3237a347ee72f9a44ad8912066b96;hp=c7b63dd8b2750c7d995b9853ea611e482d855b49;hpb=177d5e84ca824cd51c41cc380b0f7600e27e39a6;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo3.h b/doc/examples/demo/ust_tests_demo3.h index c7b63dd8..232d577a 100644 --- a/doc/examples/demo/ust_tests_demo3.h +++ b/doc/examples/demo/ust_tests_demo3.h @@ -4,10 +4,6 @@ #if !defined(_TRACEPOINT_UST_TESTS_DEMO3_H) || defined(TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_UST_TESTS_DEMO3_H -#ifdef __cplusplus -extern "C" { -#endif - /* * Copyright (C) 2011 Mathieu Desnoyers * @@ -47,7 +43,3 @@ TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, TRACE_WARNING) /* This part must be outside ifdef protection */ #include - -#ifdef __cplusplus -} -#endif