X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fjson.c;h=5887f677a42d731f71ade48ea1368f196bcb2c9d;hb=3c8552c1db717d2018adbc5e17cbf2583f0a6639;hp=3b70e6bdb57b6f80946030f412dfb04c1d8e753c;hpb=20063bd1c80f042a62cae0c75953ebeb2e1a3df5;p=openvswitch diff --git a/lib/json.c b/lib/json.c index 3b70e6bd..5887f677 100644 --- a/lib/json.c +++ b/lib/json.c @@ -705,7 +705,6 @@ json_lex_number(struct json_parser *p) * * We suppress negative zeros as a matter of policy. */ if (!significand) { - struct json_token token; token.type = T_INTEGER; token.u.integer = 0; json_parser_input(p, &token);