Remove alias getter from IR field interface
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 8c3ce2b833e9a9b7011555371e498c3b95b4fc2b..2f4c98ed159939cc14d1e0f39feeb9e8e9451dab 100644 (file)
@@ -44,7 +44,6 @@ typedef int(*type_serialize_func)(struct bt_ctf_field_type *,
 struct bt_ctf_field_type {
        struct bt_ctf_ref ref_count;
        struct bt_declaration *declaration;
-       GString *alias_name;
        type_freeze_func freeze;
        type_serialize_func serialize;
        /*
This page took 0.030534 seconds and 4 git commands to generate.