summaryrefslogtreecommitdiff
path: root/upb/pb
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-09-19 16:51:38 -0700
committerBo Yang <teboring@google.com>2017-09-19 16:51:38 -0700
commit6a6e192375076aa1fdc9f08c1a8b5ca98fdc04f9 (patch)
treec0f189d9aefd5169fbccccfc20d0744637e01538 /upb/pb
parent6b4e07cc1856f720ab9e5f419d32546c11869bb4 (diff)
Remove unused declaration.
Diffstat (limited to 'upb/pb')
-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