summary refs log tree commit diff stats
path: root/lib/impure/db_odbc.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-16 13:27:46 +0100
committerAraq <rumpf_a@web.de>2018-11-16 13:27:56 +0100
commit3f6168b3372013c0d4b938e6a83849199d9756c9 (patch)
treebb5eaf3d75d30fabe4325049238611659aa0c420 /lib/impure/db_odbc.nim
parent4233046e3f62c89495b8e351b328401322296b56 (diff)
downloadNim-3f6168b3372013c0d4b938e6a83849199d9756c9.tar.gz
removes deprecated T/P types
Diffstat (limited to 'lib/impure/db_odbc.nim')
-rw-r--r--lib/impure/db_odbc.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/impure/db_odbc.nim b/lib/impure/db_odbc.nim
index 224bcbb50..72d7aa800 100644
--- a/lib/impure/db_odbc.nim
+++ b/lib/impure/db_odbc.nim
@@ -101,8 +101,6 @@ type
                                                     ## used to get a row's
                                                     ## column text on demand
 
-{.deprecated: [TRow: Row, TSqlQuery: SqlQuery, TDbConn: DbConn].}
-
 var
   buf: array[0..4096, char]