Cleanup: remove plugin-common.h
[babeltrace.git] / src / plugins / utils / dummy / dummy.c
index d21f26a39d784cc1fd0b29da300e8188830e538a..a2a35cb9b7d0e3e9e25ee828203ab04fa0691c8f 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <babeltrace2/babeltrace.h>
 #include "common/macros.h"
-#include "plugins/plugins-common.h"
 #include "common/assert.h"
 #include "dummy.h"
 
@@ -52,7 +51,7 @@ BT_HIDDEN
 bt_self_component_status dummy_init(
                bt_self_component_sink *component,
                const bt_value *params,
-               UNUSED_VAR void *init_method_data)
+               __attribute__((unused)) void *init_method_data)
 {
        bt_self_component_status ret;
        struct dummy *dummy = g_new0(struct dummy, 1);
This page took 0.023428 seconds and 4 git commands to generate.