mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Delete outdated comment
As per https://github.com/dlang/phobos/pull/8276#discussion_r729390034.
This commit is contained in:
parent
c95d013d8e
commit
5cf43c23ff
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue