X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Flocation-internal.h;h=33498c90d5c0482b6663fdff5cb6ea68f547aa12;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hp=9eafd471a2d5273cb4aa2273cfc304ce8f9f0b02;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/include/lttng/location-internal.h b/include/lttng/location-internal.h index 9eafd471a..33498c90d 100644 --- a/include/lttng/location-internal.h +++ b/include/lttng/location-internal.h @@ -15,10 +15,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * The public API assumes that trace archive locations are always * provided as "constant". This means that the user of liblttng-ctl never @@ -101,8 +97,4 @@ void lttng_trace_archive_location_get( void lttng_trace_archive_location_put( struct lttng_trace_archive_location *location); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_LOCATION_INTERNAL_H */