diff options
Diffstat (limited to 'src/lua/llthreads2/ex.lua')
-rw-r--r-- | src/lua/llthreads2/ex.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/llthreads2/ex.lua b/src/lua/llthreads2/ex.lua index 77f8d5e..f0c27d9 100644 --- a/src/lua/llthreads2/ex.lua +++ b/src/lua/llthreads2/ex.lua | |||
@@ -182,8 +182,6 @@ threads.new = function (code, ...) | |||
182 | return new_thread(LUA_INIT, nil, code, ...) | 182 | return new_thread(LUA_INIT, nil, code, ...) |
183 | end | 183 | end |
184 | 184 | ||
185 | threads.thread_mt = thread_mt | ||
186 | |||
187 | end | 185 | end |
188 | ------------------------------------------------------------------------------- | 186 | ------------------------------------------------------------------------------- |
189 | 187 | ||