Fix: lib: do not check the frozen state in bt_X_set_is_frozen()
[babeltrace.git] / lib / ctf-ir / fields.c
index 7ed1d73844a546d57afa48bf386e0008e6ff639e..d235f1b45f8aeb84d10b14f9deb260b630e783e0 100644 (file)
@@ -1218,10 +1218,6 @@ void _bt_field_common_set_is_frozen_recursive(struct bt_field_common *field,
                goto end;
        }
 
-       if (field->frozen) {
-               goto end;
-       }
-
        BT_LOGD("Setting field object's frozen state: addr=%p, is-frozen=%d",
                field, is_frozen);
        BT_ASSERT(field_type_common_has_known_id(field->type));
This page took 0.023617 seconds and 4 git commands to generate.