- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-02 15:03:29 +02:00
parent 98f2f10aca
commit 818a7cad32
1 changed files with 0 additions and 4 deletions

View File

@ -851,9 +851,6 @@ if(isSector!(SectorType)())
@property
public void length(size_t size)
{
// TODO: Add support for sizing down
// TODO: Add support for sizing up
// TODO: Need we continuously compute this?
// ... we should have a tracking field for
// ... this
@ -905,7 +902,6 @@ if(isSector!(SectorType)())
this.sectors.length = sectorCnt;
}
}
}