Remove unused, private Array helper.

This commit is contained in:
David Nadlinger 2011-12-01 22:51:33 +01:00
parent ca2a082868
commit 034b7e02bd

View file

@ -2823,11 +2823,6 @@ struct Array(T) if (is(T == bool))
return _store._backend._payload; return _store._backend._payload;
} }
private ref size_t dataCapacity()
{
return _store._backend._capacity;
}
/** /**
Defines the container's primary range. Defines the container's primary range.
*/ */