Bug 1135022 - Clean up ChunkSet API. r=mmc

This commit is contained in:
Gian-Carlo Pascutto
2015-02-20 15:05:41 +01:00
parent e700403b56
commit 76bb4fcfaf
2 changed files with 3 additions and 19 deletions

View File

@@ -48,14 +48,6 @@ ChunkSet::Set(uint32_t aChunk)
return NS_OK;
}
nsresult
ChunkSet::Unset(uint32_t aChunk)
{
mChunks.RemoveElementSorted(aChunk);
return NS_OK;
}
bool
ChunkSet::Has(uint32_t aChunk) const
{