summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-16 14:32:14 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-16 14:32:14 -0800
commit377871f10403c7b4e1cc6f769b9443b5197aecc8 (patch)
tree7c97aac20d9ecddf69d5a213d958c9bdfc123646 /upb/upb.h
parent380558922b661499f4eb43b0463b5a73e5fe87b7 (diff)
Got test_decoder working!
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/upb/upb.h b/upb/upb.h
index 020022b..2fb7a88 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -463,7 +463,6 @@ struct upb_alloc {
UPB_INLINE void *upb_malloc(upb_alloc *alloc, size_t size) {
UPB_ASSERT(alloc);
- UPB_ASSERT(size < 65535);
return alloc->func(alloc, NULL, 0, size);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback