summary refs log tree commit diff stats
path: root/lib/pure/strmisc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/strmisc.nim')
-rw-r--r--lib/pure/strmisc.nim2
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.