From 84eabf8622c812e9562e874a9cbfd51d324b5001 Mon Sep 17 00:00:00 2001 From: Dicebot Date: Mon, 21 Oct 2013 17:30:59 +0200 Subject: [PATCH] Remove #line static assert --- source/vibe/core/concurrency.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/vibe/core/concurrency.d b/source/vibe/core/concurrency.d index f45d3ebf61..692d788195 100644 --- a/source/vibe/core/concurrency.d +++ b/source/vibe/core/concurrency.d @@ -336,8 +336,7 @@ private struct IsolatedRef(T) //mixin isolatedAggregateMethods!T; #line 1 "isolatedAggregateMethodsString" mixin(isolatedAggregateMethodsString!T()); - #line 340 "source/vibe/concurrency.d" - static assert(__LINE__ == 336); + #line 340 "source/vibe/core/concurrency.d" @disable this(this);