]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Deleted FIXME comment.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 24 Oct 2008 19:41:24 +0000 (21:41 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 24 Oct 2008 19:41:24 +0000 (21:41 +0200)
Rev: nettle/sexp.c:1.3

sexp.c

diff --git a/sexp.c b/sexp.c
index 77b357735377217110f5731be73982a105f3a73c..0933e68a19133736e25b28a520a5088cee2100dd 100644 (file)
--- a/sexp.c
+++ b/sexp.c
@@ -338,9 +338,6 @@ sexp_iterator_assoc(struct sexp_iterator *iterator,
        {
        case SEXP_LIST:
 
-         /* FIXME: Use sexp_iterator_check_type? Problem is to
-          * distinguish syntax errors from unkown keys (which we want
-          * to just ignore). */
          if (!sexp_iterator_enter_list(iterator))
            return 0;