Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
c44fa75e
Commit
c44fa75e
authored
Oct 24, 2008
by
Niels Möller
Browse files
Deleted FIXME comment.
Rev: nettle/sexp.c:1.3
parent
82530186
Changes
1
Hide whitespace changes
Inline
Side-by-side
sexp.c
View file @
c44fa75e
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment