Delete outdated comment

As per https://github.com/dlang/phobos/pull/8276#discussion_r729390034.
This commit is contained in:
Petar Kirov 2021-10-15 02:12:20 +03:00 committed by The Dlang Bot
parent c95d013d8e
commit 5cf43c23ff

View file

@ -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);