summary refs log tree commit diff stats
path: root/lib/wrappers/iup.nim
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-04-01 21:58:43 -0300
committerGitHub <noreply@github.com>2020-04-02 02:58:43 +0200
commit46ca19ff18ef3db72abf740da7795eb84306305e (patch)
treed74a81a2559e3b0602a4e2e451bd75aab41847c4 /lib/wrappers/iup.nim
parentafd0afe0a3febc5ed2888dbca23e75c06741668e (diff)
downloadNim-46ca19ff18ef3db72abf740da7795eb84306305e.tar.gz
Deprecate DCE:on (#13839)
Diffstat (limited to 'lib/wrappers/iup.nim')
-rw-r--r--lib/wrappers/iup.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wrappers/iup.nim b/lib/wrappers/iup.nim
index 1a9e6ab3e..3c1ff1483 100644
--- a/lib/wrappers/iup.nim
+++ b/lib/wrappers/iup.nim
@@ -34,8 +34,6 @@
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 # ****************************************************************************
 
-{.deadCodeElim: on.}  # dce option deprecated
-
 when defined(windows):
   const dllname = "iup(|30|27|26|25|24).dll"
 elif defined(macosx):