From 484809c272df7b1f05e56d09f6a5e8e0f340cac4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 21 Mar 2011 10:44:19 -0700 Subject: Key dispatch table by (num x type), for modest perf improvement. This allows us to remove one type check in the critical path. --- src/upb_stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/upb_stream.h') 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; -- cgit v1.2.3