summaryrefslogtreecommitdiff
path: root/tests/json/test.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 /tests/json/test.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 'tests/json/test.upbdefs.c')
-rw-r--r--tests/json/test.upbdefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/json/test.upbdefs.c b/tests/json/test.upbdefs.c
index d270090..43dd66e 100644
--- a/tests/json/test.upbdefs.c
+++ b/tests/json/test.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