X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.h;fp=src%2Fcommon%2Fmi-lttng.h;h=a9c59a62ac61b6b33b11c65df159d9878121b78a;hp=74ae502f5be023941a939f7a3a0fe8571f72246a;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/mi-lttng.h b/src/common/mi-lttng.h index 74ae502f5..a9c59a62a 100644 --- a/src/common/mi-lttng.h +++ b/src/common/mi-lttng.h @@ -17,10 +17,6 @@ #include #include -#if defined(__cplusplus) -extern "C" { -#endif - /* Don't want to reference snapshot-internal.h here */ struct lttng_snapshot_output; @@ -1121,8 +1117,4 @@ int mi_lttng_rotate(struct mi_writer *writer, enum lttng_rotation_state rotation_state, const struct lttng_trace_archive_location *location); -#if defined(__cplusplus) -} -#endif - #endif /* _MI_LTTNG_H */