summaryrefslogtreecommitdiff
path: root/upb/upb.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-19 23:42:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-19 23:42:06 -0700
commit7935b702c5e66e99b0ad2d0b61bb7a7de44dd2ca (patch)
tree0813764a4ae3efaf281caf2b5214dc7026af4e27 /upb/upb.c
parent282b34529fdbf4584354252eeb7de1bc061b56f9 (diff)
More cleanup.
Diffstat (limited to 'upb/upb.c')
-rw-r--r--upb/upb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/upb/upb.c b/upb/upb.c
index 0ff082f..006734e 100644
--- a/upb/upb.c
+++ b/upb/upb.c
@@ -38,7 +38,6 @@ const upb_type_info upb_types[] = {
TYPE_INFO(UPB_WIRE_TYPE_64BIT, int64_t, INT64) // SFIXED64
TYPE_INFO(UPB_WIRE_TYPE_VARINT, int32_t, INT32) // SINT32
TYPE_INFO(UPB_WIRE_TYPE_VARINT, int64_t, INT64) // SINT64
- TYPE_INFO(UPB_WIRE_TYPE_END_GROUP, void*, INT64) // SINT64
};
#ifdef NDEBUG
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback