summary refs log tree commit diff stats
path: root/compiler/semparallel.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/semparallel.nim')
-rw-r--r--compiler/semparallel.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/semparallel.nim b/compiler/semparallel.nim
index c594a4788..2ad7ef341 100644
--- a/compiler/semparallel.nim
+++ b/compiler/semparallel.nim
@@ -462,4 +462,3 @@ proc liftParallel*(owner: PSym; n: PNode): PNode =
   result.add callCodeGenProc("openBarrier", barrier)
   result.add transformSpawn(owner, body, barrier)
   result.add callCodeGenProc("closeBarrier", barrier)
-