Remove unused variables

This commit is contained in:
2018-05-06 07:03:11 +02:00
parent 5c8c0ce4d8
commit 6ed2992862
4 changed files with 7 additions and 10 deletions

View File

@ -104,6 +104,7 @@ final class Mallocator : Allocator
bool reallocateInPlace(ref void[] p, size_t size)
@nogc nothrow pure shared @system
{
cast(void) size;
return false;
}