Skip to content
Snippets Groups Projects
Commit c44fa75e authored by Niels Möller's avatar Niels Möller
Browse files

Deleted FIXME comment.

Rev: nettle/sexp.c:1.3
parent 82530186
No related branches found
No related tags found
No related merge requests found
...@@ -338,9 +338,6 @@ sexp_iterator_assoc(struct sexp_iterator *iterator, ...@@ -338,9 +338,6 @@ sexp_iterator_assoc(struct sexp_iterator *iterator,
{ {
case SEXP_LIST: 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)) if (!sexp_iterator_enter_list(iterator))
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment