summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upb/pb/decoder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/upb/pb/decoder.c b/upb/pb/decoder.c
index 30a1945..94fa031 100644
--- a/upb/pb/decoder.c
+++ b/upb/pb/decoder.c
@@ -543,9 +543,6 @@ UPB_NOINLINE int32_t upb_pbdecoder_checktag_slow(upb_pbdecoder *d,
int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum,
uint8_t wire_type) {
- upb_unknown_handlerfunc *addunknown;
- const void* hd;
-
if (fieldnum >= 0)
goto have_tag;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback