Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-threads-async.lua')
-rw-r--r--test/test-threads-async.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-threads-async.lua b/test/test-threads-async.lua
index 68bcd35..63f4869 100644
--- a/test/test-threads-async.lua
+++ b/test/test-threads-async.lua
@@ -37,9 +37,6 @@ local function get()
-- is there still something to do?
if pool:hasjob() then
pool:dojob() -- yes? do it!
- if pool:haserror() then -- check for errors
- pool:synchronize() -- finish everything and throw error
- end
return result
end