aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/test.py1
1 files changed, 0 insertions, 1 deletions
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: