From: sparky4 Date: Mon, 23 Mar 2015 00:13:45 +0000 (-0500) Subject: modified: src/lib/jsmn/example/maptest.c X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a68820c89c113b7b908fed6b6cb65c4db99f58f4;p=16.git modified: src/lib/jsmn/example/maptest.c --- diff --git a/src/lib/jsmn/example/maptest.c b/src/lib/jsmn/example/maptest.c index cbe4b540..8a0e359b 100644 --- a/src/lib/jsmn/example/maptest.c +++ b/src/lib/jsmn/example/maptest.c @@ -35,7 +35,6 @@ int main() { int i; int r; size_t z; - //char json_s[8192]; jsmn_parser p; jsmntok_t t[2048]; /* We expect no more than 128 tokens */ FILE *fh = fopen("../../../../data/test.map", "r");