summaryrefslogtreecommitdiff
path: root/upb/json
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-09-09 14:03:25 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-11-29 17:56:13 +0000
commit4b0c4ca7fb0aa9207af3398e04534b23fbb88f27 (patch)
tree045750c6262e74f366ae2ec29797d3816005c21a /upb/json
parent77c97fd3f29caa5c243294b5f4e6763b3ed3c36f (diff)
New upb_msg code and Lua bindings around it.
There are still some things that are unfinished, but we are at parity with what Lua had before.
Diffstat (limited to 'upb/json')
-rw-r--r--upb/json/parser.rl1
1 files changed, 0 insertions, 1 deletions
diff --git a/upb/json/parser.rl b/upb/json/parser.rl
index 15ca477..b7f1386 100644
--- a/upb/json/parser.rl
+++ b/upb/json/parser.rl
@@ -19,7 +19,6 @@
** - handling of keys/escape-sequences/etc that span input buffers.
*/
-#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback