From 40a4aeaa129afbd824def85707e16d5dc1eb44dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 15 Feb 2016 14:46:11 -0500 Subject: [PATCH] Remove stale comment from event destructor MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/ctf/ir/event.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/formats/ctf/ir/event.c b/formats/ctf/ir/event.c index 3988b168..eaa72552 100644 --- a/formats/ctf/ir/event.c +++ b/formats/ctf/ir/event.c @@ -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); -- 2.34.1