Cleanup: remove plugin-common.h
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.c
index 1a24a734f64565ca0b3d528eed3b3797fd5ec63d..b7df57b9e109074b3398a71b31621cf5fde862ba 100644 (file)
@@ -39,7 +39,6 @@
 #include <babeltrace2/babeltrace.h>
 #include "compat/compiler.h"
 #include <babeltrace2/types.h>
-#include "plugins/plugins-common.h"
 
 #include "data-stream.h"
 #include "metadata.h"
@@ -1564,7 +1563,7 @@ end:
 BT_HIDDEN
 bt_self_component_status lttng_live_component_init(
                bt_self_component_source *self_comp,
-               const bt_value *params, UNUSED_VAR void *init_method_data)
+               const bt_value *params, __attribute__((unused)) void *init_method_data)
 {
        struct lttng_live_component *lttng_live;
        bt_self_component_status ret = BT_SELF_COMPONENT_STATUS_OK;
This page took 0.024225 seconds and 4 git commands to generate.