X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fplugin-system%2Fcomponent.c;h=16bc28680cd9df654669d2467c7f91bab5e90d6f;hb=0cc9e945b74225cd449d20f0c9516fb152d220b1;hp=9c4121ba699dcdc9bb18de053abdf1847d4bd218;hpb=30d619df191d89101727d0f6d5f4181d2df7653f;p=babeltrace.git diff --git a/lib/plugin-system/component.c b/lib/plugin-system/component.c index 9c4121ba..16bc2868 100644 --- a/lib/plugin-system/component.c +++ b/lib/plugin-system/component.c @@ -124,7 +124,6 @@ struct bt_component *bt_component_create( } bt_object_init(component, bt_component_destroy); - component->class = bt_get(component_class); component->name = g_string_new(name); if (!component->name) { BT_PUT(component);