diff options
Diffstat (limited to 'lib/system/cellsets.nim')
-rw-r--r-- | lib/system/cellsets.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim index f26cb86ab..d56de06bb 100644 --- a/lib/system/cellsets.nim +++ b/lib/system/cellsets.nim @@ -39,8 +39,7 @@ type CellSeq {.final, pure.} = object len, cap: int d: PCellArray -{.deprecated: [TCell: Cell, TBitIndex: BitIndex, TPageDesc: PageDesc, - TRefCount: RefCount, TCellSet: CellSet, TCellSeq: CellSeq].} + # ------------------- cell seq handling --------------------------------------- proc contains(s: CellSeq, c: PCell): bool {.inline.} = |