X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo.h;h=750f510bb6845d81a0d3db3cc83e6dd3fb95e0f8;hb=32b03ae653d3237a347ee72f9a44ad8912066b96;hp=b27d5399a684b9e48780b5743b51d4529b33233e;hpb=177d5e84ca824cd51c41cc380b0f7600e27e39a6;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo.h b/doc/examples/demo/ust_tests_demo.h index b27d5399..750f510b 100644 --- a/doc/examples/demo/ust_tests_demo.h +++ b/doc/examples/demo/ust_tests_demo.h @@ -4,10 +4,6 @@ #if !defined(_TRACEPOINT_UST_TESTS_DEMO_H) || defined(TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_UST_TESTS_DEMO_H -#ifdef __cplusplus -extern "C" { -#endif - /* * Copyright (C) 2011 Mathieu Desnoyers * @@ -65,7 +61,3 @@ TRACEPOINT_MODEL_EMF_URI(ust_tests_demo, done, /* This part must be outside ifdef protection */ #include - -#ifdef __cplusplus -} -#endif