Remove stale comment from event destructor
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 15 Feb 2016 19:46:11 +0000 (14:46 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 15 Feb 2016 19:47:22 +0000 (14:47 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.02531 seconds and 4 git commands to generate.