diff --git a/src/nre.nim b/src/nre.nim index 6d6f90046c..83b0d9db1d 100644 --- a/src/nre.nim +++ b/src/nre.nim @@ -383,13 +383,6 @@ proc findAll*(str: string, pattern: Regex, start = 0, endpos = -1): seq[string] for match in str.findIter(pattern, start, endpos): result.add(match.match) -proc renderBounds(str: string, bounds: Slice[int]): string = - result = " " & str & "⫞\n" - for i in -1 ..