Bug 1298018 - Part 2: Remove some unused methods. r=jonco

This commit is contained in:
Paul Bone 2017-10-16 21:29:07 +11:00
parent 76895c46c8
commit 033bd6efd1

View File

@ -145,7 +145,6 @@ class Nursery
unsigned numChunks() const { return chunks_.length(); }
bool exists() const { return maxChunks() != 0; }
size_t nurserySize() const { return maxChunks() << ChunkShift; }
void enable();
void disable();
@ -419,8 +418,6 @@ class Nursery
Canary* lastCanary_;
#endif
NurseryChunk* allocChunk();
NurseryChunk& chunk(unsigned index) const {
return *chunks_[index];
}