summaryrefslogtreecommitdiff
path: root/src/lua/llthreads2/ex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/llthreads2/ex.lua')
-rw-r--r--src/lua/llthreads2/ex.lua2
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, ...)
183end 183end
184 184
185threads.thread_mt = thread_mt
186
187end 185end
188------------------------------------------------------------------------------- 186-------------------------------------------------------------------------------
189 187