summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/json/test.upbdefs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/json/test.upbdefs.h b/tests/json/test.upbdefs.h
index 8476060..065c001 100644
--- a/tests/json/test.upbdefs.h
+++ b/tests/json/test.upbdefs.h
@@ -19,14 +19,6 @@
UPB_BEGIN_EXTERN_C
-/* Enums */
-
-typedef enum {
- upb_test_json_A = 0,
- upb_test_json_B = 1,
- upb_test_json_C = 2
-} upb_test_json_MyEnum;
-
/* MessageDefs: call these functions to get a ref to a msgdef. */
const upb_msgdef *upbdefs_upb_test_json_SubMessage_get(const void *owner);
const upb_msgdef *upbdefs_upb_test_json_TestMessage_get(const void *owner);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback