Remove stale comment from event destructor
[babeltrace.git] / formats / ctf / ir / event.c
index 3988b168e432551488ae8dd678109d4f13a52b44..eaa725521d30a788cc71f1a037311cfd9a603458 100644 (file)
@@ -860,10 +860,6 @@ void bt_ctf_event_class_destroy(struct bt_object *obj)
 {
        struct bt_ctf_event_class *event_class;
 
-       /*
-        * Don't call put() on the stream class. See comment in
-        * bt_ctf_event_class_set_stream_class for explanation.
-        */
        event_class = container_of(obj, struct bt_ctf_event_class, base);
        bt_ctf_attributes_destroy(event_class->attributes);
        bt_put(event_class->context);
This page took 0.023172 seconds and 4 git commands to generate.