Remove json hack, no longer required.

This commit is contained in:
Adam Sutton 2012-06-20 11:06:37 +01:00
parent ee1f454cf0
commit 18792c8a33

View file

@ -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;