From: Niels Möller Date: Fri, 24 Oct 2008 19:41:24 +0000 (+0200) Subject: Deleted FIXME comment. X-Git-Tag: nettle_2.0_release_20090608~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c44fa75e431ab9600390a2661bdb7a3661eae4b5;p=thirdparty%2Fnettle.git Deleted FIXME comment. Rev: nettle/sexp.c:1.3 --- diff --git a/sexp.c b/sexp.c index 77b35773..0933e68a 100644 --- 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;