diff options
Diffstat (limited to 'src/lindafactory.cpp')
-rw-r--r-- | src/lindafactory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp index 6e3f759..42d0984 100644 --- a/src/lindafactory.cpp +++ b/src/lindafactory.cpp | |||
@@ -53,10 +53,6 @@ void LindaFactory::createMetatable(lua_State* L_) const | |||
53 | // the linda functions | 53 | // the linda functions |
54 | luaG_registerlibfuncs(L_, mLindaMT); | 54 | luaG_registerlibfuncs(L_, mLindaMT); |
55 | 55 | ||
56 | // some constants | ||
57 | kLindaBatched.pushKey(L_); // L_: mt kLindaBatched | ||
58 | lua_setfield(L_, -2, "batched"); // L_: mt | ||
59 | |||
60 | kNilSentinel.pushKey(L_); // L_: mt kNilSentinel | 56 | kNilSentinel.pushKey(L_); // L_: mt kNilSentinel |
61 | lua_setfield(L_, -2, "null"); // L_: mt | 57 | lua_setfield(L_, -2, "null"); // L_: mt |
62 | 58 | ||