summaryrefslogtreecommitdiff
path: root/src/upb_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_stream.h')
-rw-r--r--src/upb_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/upb_stream.h b/src/upb_stream.h
index f2ae11c..783f6c8 100644
--- a/src/upb_stream.h
+++ b/src/upb_stream.h
@@ -84,7 +84,6 @@ typedef upb_flow_t (*upb_unknownval_handler_t)(
typedef struct {
bool junk;
upb_fieldtype_t type;
- upb_wire_type_t native_wire_type;
// For upb_issubmsg(f) only, the index into the msgdef array of the submsg.
// -1 if unset (indicates that submsg should be skipped).
int32_t msgent_index;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback