From 96920dace2be1bf427c892eb141290108965d2ce Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 1 Apr 2020 21:58:43 -0300 Subject: [PATCH] Deprecate DCE:on (#13839) --- src/wrappers/odbcsql.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wrappers/odbcsql.nim b/src/wrappers/odbcsql.nim index 14dd10ae30..be56b75d36 100644 --- a/src/wrappers/odbcsql.nim +++ b/src/wrappers/odbcsql.nim @@ -7,8 +7,6 @@ # distribution, for details about the copyright. # -{.deadCodeElim: on.} # dce option deprecated - when not defined(ODBCVER): const ODBCVER = 0x0351 ## define ODBC version 3.51 by default