Remove @safe from potentially unsafe code

This commit is contained in:
2016-11-30 16:21:20 +01:00
parent 5e6f8446d8
commit cbeb0395f9
3 changed files with 5 additions and 13 deletions

View File

@ -174,7 +174,7 @@ class IOWatcher : ConnectionWatcher
*
* Returns: $(D_KEYWORD this).
*/
IOWatcher opCall(StreamTransport transport, Protocol protocol) pure nothrow @safe @nogc
IOWatcher opCall(StreamTransport transport, Protocol protocol) pure nothrow @nogc
in
{
assert(transport !is null);