diff options
Diffstat (limited to 'src/mhd/mhd_parsing.c')
-rw-r--r-- | src/mhd/mhd_parsing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mhd/mhd_parsing.c b/src/mhd/mhd_parsing.c index 0b070ffe5..685e0043d 100644 --- a/src/mhd/mhd_parsing.c +++ b/src/mhd/mhd_parsing.c @@ -114,7 +114,6 @@ TALER_MHD_parse_post_json (struct MHD_Connection *connection, void TALER_MHD_parse_post_cleanup_callback (void *con_cls) { - // FIXME: this should probably NOT be done with a 'void *' like this! GNUNET_JSON_post_parser_cleanup (con_cls); } |