chiark / gitweb /
Import release 0.1.12
[secnet.git] / conffile.c
index 3c629e4eeb6b361bfa2ae9e60f494391bfc86ec5..318d608a77ca7e7befcd6f7876ac770c987f1dc3 100644 (file)
@@ -76,8 +76,6 @@ static list_t *dict_ilookup(dict_t *dict, atom_t key)
 static void dict_iadd(dict_t *dict, atom_t key, list_t *val)
 {
     struct entry *e;
-    /* XXX May want to permit redefinition of keys in the future */
-    /* (although it could be very confusing) */
     if (dict_ilookup_primitive(dict, key)) {
        fatal("duplicate key \"%s\" in dictionary\n",key);
     }