1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: remove unneeded comment

This commit is contained in:
Sébastien Helleu
2018-05-20 16:24:11 +02:00
parent 8a929c8668
commit a3193320a9
-2
View File
@@ -1062,8 +1062,6 @@ hashtable_add_to_infolist (struct t_hashtable *hashtable,
hashtable_to_string (hashtable->type_keys,
ptr_item->key)))
return 0;
/* TODO: implement other key types */
snprintf (option_name, sizeof (option_name),
"%s_value_%05d", prefix, item_number);
switch (hashtable->type_values)