From ef19b45e64af23adc9433cbdb079269968a941ac Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 21 Oct 2019 10:28:29 +0200 Subject: [PATCH] Remove old comment It's not up to date. Some time ago we changed from individual handlers to general ones. --- src/xmpp/iq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 6138cfc0..e0936324 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -396,7 +396,6 @@ iq_http_upload_request(HTTPUpload *upload) xmpp_ctx_t * const ctx = connection_get_ctx(); char *id = connection_create_stanza_id(); xmpp_stanza_t *iq = stanza_create_http_upload_request(ctx, id, jid, upload); - // TODO add free func iq_id_handler_add(id, _http_upload_response_id_handler, NULL, upload); free(id);