summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-09 20:01:07 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-09 20:01:07 -0700
commitc4aecc414b81ac0fe4c3805f17989d664f204fca (patch)
tree7f7b9e53a3b5ff62877a8c81c3ca125a4b64cbd2 /src/upb_def.h
parentb04ff41664f45c3c86eea62173a1223ff04d6ad7 (diff)
Strip out some stuff that's not currently being used.
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index c18b424..c297e83 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -135,7 +135,6 @@ INLINE bool upb_elem_ismm(upb_fielddef *f) {
typedef struct _upb_msgdef {
upb_def base;
upb_atomic_refcount_t cycle_refcount;
- upb_msg *default_msg; // Message with all default values set.
size_t size;
upb_field_count_t num_fields;
uint32_t set_flags_bytes;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback