summaryrefslogtreecommitdiff
path: root/upb/json/parser.rl
diff options
context:
space:
mode:
Diffstat (limited to 'upb/json/parser.rl')
-rw-r--r--upb/json/parser.rl2
1 files changed, 0 insertions, 2 deletions
diff --git a/upb/json/parser.rl b/upb/json/parser.rl
index e7c456a..a48a47d 100644
--- a/upb/json/parser.rl
+++ b/upb/json/parser.rl
@@ -1531,7 +1531,6 @@ static bool end_duration_base(upb_json_parser *p, const char *ptr) {
static int parse_timestamp_number(upb_json_parser *p) {
size_t len;
const char *buf;
- char *end;
int val;
/* atoi() and friends unfortunately do not support specifying the length of
@@ -2007,7 +2006,6 @@ static void end_any_member(upb_json_parser *p, const char *ptr) {
static bool start_subobject(upb_json_parser *p) {
if (p->top->is_unknown_field) {
- upb_jsonparser_frame *inner;
if (!check_stack(p)) return false;
p->top = start_jsonparser_frame(p);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback