summary refs log tree commit diff stats
path: root/lib/posix/posix.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix/posix.nim')
-rw-r--r--lib/posix/posix.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/posix/posix.nim b/lib/posix/posix.nim
index f69d42cdd..dbc9f5109 100644
--- a/lib/posix/posix.nim
+++ b/lib/posix/posix.nim
@@ -33,7 +33,6 @@
 # Dead code elimination ensures that we don't accidentally generate #includes
 # for files that might not exist on a specific platform! The user will get an
 # error only if they actually try to use the missing declaration
-{.deadCodeElim: on.}  # dce option deprecated
 
 when defined(nimHasStyleChecks):
   {.push styleChecks: off.}