summaryrefslogtreecommitdiff
path: root/src/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-11-27 11:59:38 -0800
committerJoshua Haberman <joshua@reverberate.org>2009-11-27 14:21:59 -0800
commit246a36998bc0e6800959ff76c2a8c76ff8de3561 (patch)
tree466504163ea910ed5564a28923a2fc6801a5328c /src/upb.h
parentd16038073629b3f89acabfbd2f2d9911b2a771d4 (diff)
WIP of cleaning up defs.
Diffstat (limited to 'src/upb.h')
-rw-r--r--src/upb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/upb.h b/src/upb.h
index 092ea66..6620bcd 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -218,16 +218,6 @@ INLINE void upb_value_write(union upb_value_ptr ptr, union upb_value val,
#undef CASE
}
-// All the different definitions that can occur in .proto files.
-union upb_symbol_ref {
- struct upb_msgdef *msg;
- struct upb_enumdef *_enum;
- struct upb_svc *svc;
-
- /* Used only temporarily before a reference has been resolved. */
- struct upb_string *str;
-};
-
// Status codes used as a return value. Codes >0 are not fatal and can be
// resumed.
enum upb_status_code {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback