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

@ -268,7 +268,7 @@ class MmapPool : Allocator
}
///
@nogc @safe nothrow unittest
@nogc nothrow unittest
{
void[] p;
MmapPool.instance.reallocate(p, 10 * int.sizeof);