From 970c179a034ad53f6a64f987070e78bf1de5e6fa Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 11 Jan 2018 23:44:38 +1100 Subject: Remove defs.CT alias for defs.constant_types --- src/defs.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/defs.js') diff --git a/src/defs.js b/src/defs.js index c1720c3..a203db6 100644 --- a/src/defs.js +++ b/src/defs.js @@ -61,8 +61,6 @@ constant_types.LUA_TLCL = constant_types.LUA_TFUNCTION | (0 << 4); /* Lua closu constant_types.LUA_TLCF = constant_types.LUA_TFUNCTION | (1 << 4); /* light C function */ constant_types.LUA_TCCL = constant_types.LUA_TFUNCTION | (2 << 4); /* C closure */ -const CT = constant_types; - /* ** Comparison and arithmetic functions */ @@ -426,7 +424,6 @@ if (typeof process === "undefined") { module.exports.LUA_CPATH_DEFAULT = LUA_CPATH_DEFAULT; } -module.exports.CT = CT; module.exports.LUA_AUTHORS = LUA_AUTHORS; module.exports.LUA_COPYRIGHT = LUA_COPYRIGHT; module.exports.LUA_HOOKCALL = LUA_HOOKCALL; -- cgit v1.2.3-54-g00ecf