]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove json hack, no longer required.
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 20 Jun 2012 10:06:37 +0000 (11:06 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Wed, 20 Jun 2012 10:06:37 +0000 (11:06 +0100)
src/htsmsg_json.c

index 3861550f01fc6d7ddc091cafd7d42358511aad53..492fac4f5df5637f6bdd0b97d041cb9d40be7fc0 100644 (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;