diff --git a/std/concurrency.d b/std/concurrency.d index 558813a72..45a2c7d86 100644 --- a/std/concurrency.d +++ b/std/concurrency.d @@ -2833,7 +2833,6 @@ auto ref initOnce(alias var)(lazy typeof(var) init, Mutex mutex) { static noreturn foo(int) { throw new Exception(""); } - // spawn expecpts void return if (false) spawn(&foo, 1); if (false) spawnLinked(&foo, 1);