summaryrefslogtreecommitdiff
path: root/upb/bindings
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-17 12:38:04 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-17 12:38:04 -0800
commit8cd3b9dfa99764685727e065e43fb405ca5aa29f (patch)
tree0432687433873a5699771534ff622b24587bdb18 /upb/bindings
parente13e1c46ae06a29ddebc9f1c2220d3a8544433dd (diff)
Moved some definitions to def.h
Diffstat (limited to 'upb/bindings')
-rw-r--r--upb/bindings/lua/def.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/upb/bindings/lua/def.c b/upb/bindings/lua/def.c
index e16d426..3868179 100644
--- a/upb/bindings/lua/def.c
+++ b/upb/bindings/lua/def.c
@@ -728,10 +728,6 @@ void lupb_def_registertypes(lua_State *L) {
lupb_setfieldi(L, "TYPE_UINT32", UPB_TYPE_UINT32);
lupb_setfieldi(L, "TYPE_ENUM", UPB_TYPE_ENUM);
- lupb_setfieldi(L, "INTFMT_VARIABLE", UPB_INTFMT_VARIABLE);
- lupb_setfieldi(L, "INTFMT_FIXED", UPB_INTFMT_FIXED);
- lupb_setfieldi(L, "INTFMT_ZIGZAG", UPB_INTFMT_ZIGZAG);
-
lupb_setfieldi(L, "DESCRIPTOR_TYPE_DOUBLE", UPB_DESCRIPTOR_TYPE_DOUBLE);
lupb_setfieldi(L, "DESCRIPTOR_TYPE_FLOAT", UPB_DESCRIPTOR_TYPE_FLOAT);
lupb_setfieldi(L, "DESCRIPTOR_TYPE_INT64", UPB_DESCRIPTOR_TYPE_INT64);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback