diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-04-01 21:58:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 02:58:43 +0200 |
commit | 46ca19ff18ef3db72abf740da7795eb84306305e (patch) | |
tree | d74a81a2559e3b0602a4e2e451bd75aab41847c4 /lib/windows | |
parent | afd0afe0a3febc5ed2888dbca23e75c06741668e (diff) | |
download | Nim-46ca19ff18ef3db72abf740da7795eb84306305e.tar.gz |
Deprecate DCE:on (#13839)
Diffstat (limited to 'lib/windows')
-rw-r--r-- | lib/windows/winlean.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/windows/winlean.nim b/lib/windows/winlean.nim index 13a70d6ef..ee8c2343a 100644 --- a/lib/windows/winlean.nim +++ b/lib/windows/winlean.nim @@ -10,8 +10,6 @@ ## This module implements a small wrapper for some needed Win API procedures, ## so that the Nim compiler does not depend on the huge Windows module. -{.deadCodeElim: on.} # dce option deprecated - import dynlib when defined(nimHasStyleChecks): |