Skip to content

Commit 07db54e

Browse files
committed
Remove FIXMEs - indeterminant: safer as is
1 parent 43481d1 commit 07db54e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auparse/normalize.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,6 @@ static value_t find_simple_obj_secondary(auparse_state_t *au, int type)
14811481
value_t o = set_record(0, UNSET);
14821482
const char *f = NULL;
14831483

1484-
// FIXME: maybe pass flag indicating if this is needed
14851484
auparse_first_field(au);
14861485
switch (type)
14871486
{
@@ -1506,7 +1505,6 @@ static value_t find_simple_obj_primary2(auparse_state_t *au, int type)
15061505
value_t o = set_record(0, UNSET);
15071506
const char *f = NULL;
15081507

1509-
// FIXME: maybe pass flag indicating if this is needed
15101508
auparse_first_field(au);
15111509
switch (type)
15121510
{

0 commit comments

Comments
 (0)