comment out unneed proc

This commit is contained in:
Daylin Morgan 2025-01-07 16:31:35 -06:00
parent bc4a0a32e9
commit 0d2cbc51f9
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -161,8 +161,8 @@ func shift(s: BbSpan, i: Natural): BbSpan =
inc(result.slice[0],i) inc(result.slice[0],i)
inc(result.slice[1],i) inc(result.slice[1],i)
proc size(span: BbSpan): int = # proc size(span: BbSpan): int =
span.slice[1] - span.slice[0] # span.slice[1] - span.slice[0]
# TODO: make sure we don't get non-existent spans? # TODO: make sure we don't get non-existent spans?
template endSpan(bbs: var BbString) = template endSpan(bbs: var BbString) =