about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-21 10:28:29 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-10-21 10:28:29 +0200
commitef19b45e64af23adc9433cbdb079269968a941ac (patch)
tree93d774a48f3187a1364946bdb3d7adb713494a1c
parentc4a52b13e856ecf6bade35d01aa6a75f4de3e3fc (diff)
downloadprofani-tty-ef19b45e64af23adc9433cbdb079269968a941ac.tar.gz
Remove old comment
It's not up to date.
Some time ago we changed from individual handlers to general ones.
-rw-r--r--src/xmpp/iq.c1
1 files changed, 0 insertions, 1 deletions
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);