diff options
Diffstat (limited to 'lib/pure/strmisc.nim')
-rw-r--r-- | lib/pure/strmisc.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pure/strmisc.nim b/lib/pure/strmisc.nim index 43437ddb4..02bbdbcf4 100644 --- a/lib/pure/strmisc.nim +++ b/lib/pure/strmisc.nim @@ -12,8 +12,6 @@ import strutils -{.deadCodeElim: on.} # dce option deprecated - proc expandTabs*(s: string, tabSize: int = 8): string {.noSideEffect, procvar.} = ## Expand tab characters in `s` replacing them by spaces. |