diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-26 17:26:00 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-26 17:27:03 +1000 |
commit | 992285ba12d217a3def72e49a29fba70e4e48f2f (patch) | |
tree | 5d84504946443de0c86b3419c871a38f59322364 /src/lmathlib.js | |
parent | 382e28086f97085edbf099247949c3f801cc0ed0 (diff) | |
download | fengari-992285ba12d217a3def72e49a29fba70e4e48f2f.tar.gz fengari-992285ba12d217a3def72e49a29fba70e4e48f2f.tar.bz2 fengari-992285ba12d217a3def72e49a29fba70e4e48f2f.zip |
Remove lua.thread_status
Diffstat (limited to 'src/lmathlib.js')
-rw-r--r-- | src/lmathlib.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lmathlib.js b/src/lmathlib.js index 149bebd..9603d2e 100644 --- a/src/lmathlib.js +++ b/src/lmathlib.js @@ -11,7 +11,6 @@ const ldo = require('./ldo.js'); const ldebug = require('./ldebug.js'); const llimit = require('./llimit.js'); const luaconf = require('./luaconf.js'); -const TS = lua.thread_status; var RNG = seedrandom(); |