From 81d929332e3dde3577a0e5eb82a2105a66dfa694 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2014 14:52:00 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test.py b/src/test.py index 7aa5dc9..a864e18 100755 --- a/src/test.py +++ b/src/test.py @@ -111,7 +111,6 @@ def unordered_join(*f_groups): return ordered_join(*f_groups) -# extra, not a part of join-calculus def concurrently(*fs): ts = [threading.Thread(target = f, args = args, kwargs = kwargs) for f in fs] for t in ts: -- cgit v1.2.3-70-g09d2