From c44fa75e431ab9600390a2661bdb7a3661eae4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 24 Oct 2008 21:41:24 +0200 Subject: [PATCH] Deleted FIXME comment. Rev: nettle/sexp.c:1.3 --- sexp.c | 3 --- 1 file changed, 3 deletions(-) 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; -- GitLab