diff --git a/src/htsmsg_json.c b/src/htsmsg_json.c index 3861550f..492fac4f 100644 --- a/src/htsmsg_json.c +++ b/src/htsmsg_json.c @@ -199,11 +199,9 @@ htsmsg_json_parse_string(const char *s, const char **endp) else if(*a == 't') *b++ = '\t'; else if(*a == 'u') { -#if TODO /* 4 hexdigits: Not supported */ free(r); return NULL; -#endif a += 4; } else { *b++ = *a;