ofproto: Fix accounting in facet_revalidate().
[openvswitch] / lib / json.c
index 3b70e6bdb57b6f80946030f412dfb04c1d8e753c..5887f677a42d731f71ade48ea1368f196bcb2c9d 100644 (file)
@@ -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);