lib: graph: add "self" and some "private" APIs
[babeltrace.git] / lib / trace-ir / event-class.c
index 7c4ff432006a29ae76ccd033c5ec0f58d0eb7654..8c94fbf0115b4ccdfd21ea356070d366d71588c0 100644 (file)
@@ -414,9 +414,3 @@ void _bt_event_class_freeze(struct bt_event_class *event_class)
        BT_LIB_LOGD("Freezing event class: %!+E", event_class);
        event_class->frozen = true;
 }
-
-struct bt_event_class *bt_event_class_borrow_from_private(
-               struct bt_private_event_class *priv_event_class)
-{
-       return (void *) priv_event_class;
-}
This page took 0.024549 seconds and 4 git commands to generate.