Cleans up some pragmas (#136)

This commit is contained in:
Kamron Batman 2020-05-14 01:52:42 -07:00 committed by GitHub
parent 32ac48657a
commit 739e77a973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 149 deletions

View file

@ -122,12 +122,7 @@ namespace System.Buffers
block = new MemoryPoolBlock(this, slab, offset, _blockSize);
if (i != blockCount - 1) // last block
{
#if BLOCK_LEASE_TRACKING
block.IsLeased = true;
#endif
Return(block);
}
offset += _blockSize;
}