Skip to content

Commit

Permalink
Remove #line static assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicebot committed Oct 21, 2013
1 parent 63b7f0d commit 84eabf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/vibe/core/concurrency.d
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 84eabf8

Please sign in to comment.