diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 16:24:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 16:25:43 +0200 |
commit | a3193320a9bc4ea69eb6b2bfa1dec135a28784d0 (patch) | |
tree | 2dad95c4e8215a450d6686653dead5acd8fc721e | |
parent | 8a929c8668a467360463d4346332ffe492fab110 (diff) | |
download | weechat-a3193320a9bc4ea69eb6b2bfa1dec135a28784d0.zip |
core: remove unneeded comment
-rw-r--r-- | src/core/wee-hashtable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/wee-hashtable.c b/src/core/wee-hashtable.c index e22800615..fb1244086 100644 --- a/src/core/wee-hashtable.c +++ b/src/core/wee-hashtable.c @@ -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) |