Remove unneeded __cplusplus externs from source internal header
[babeltrace.git] / include / babeltrace / plugin / source-internal.h
index 54af8b703abe3148dc074e68388d47fc2b17c8e9..75508dce8a902a2599fc5a0583ea6d317ccf720b 100644 (file)
 #include <babeltrace/plugin/component-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct bt_component_source {
        struct bt_component parent;
 
@@ -42,8 +38,4 @@ struct bt_component_source {
        bt_component_source_iterator_create_cb create_iterator;
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* BABELTRACE_PLUGIN_SOURCE_INTERNAL_H */
This page took 0.024675 seconds and 4 git commands to generate.