From a68820c89c113b7b908fed6b6cb65c4db99f58f4 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 22 Mar 2015 19:13:45 -0500 Subject: [PATCH] modified: src/lib/jsmn/example/maptest.c --- src/lib/jsmn/example/maptest.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.5