summaryrefslogtreecommitdiff
path: root/upb/descriptor/descriptor.upbdefs.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-05-12 11:54:34 -0700
committerJoshua Haberman <jhaberman@gmail.com>2016-05-12 11:54:34 -0700
commitfa338b70a602d9f5657528d0322535959a92d4b0 (patch)
treea7ec8b8d61a1ff3657aff99316ec51a8b81726ad /upb/descriptor/descriptor.upbdefs.c
parente16ed470be7d0d459e85e1d7b43893358a625d34 (diff)
Added UPB_ASSERT() that helps avoid unused var warnings.
* Added UPB_ASSERT() that helps avoid unused var warnings. * Addressed PR comments. * Fixed assert in the JIT.
Diffstat (limited to 'upb/descriptor/descriptor.upbdefs.c')
-rw-r--r--upb/descriptor/descriptor.upbdefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/upb/descriptor/descriptor.upbdefs.c b/upb/descriptor/descriptor.upbdefs.c
index d27adf4..da11d72 100644
--- a/upb/descriptor/descriptor.upbdefs.c
+++ b/upb/descriptor/descriptor.upbdefs.c
@@ -6,8 +6,6 @@
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
-#include <assert.h>
-
#include "upb/def.h"
#include "upb/structdefs.int.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback