From 40e8c2d744836b592f929cb889a32af27da7b5bf Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 16 Nov 2018 13:27:46 +0100 Subject: [PATCH] removes deprecated T/P types --- src/db_odbc.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/db_odbc.nim b/src/db_odbc.nim index 224bcbb501..72d7aa8001 100644 --- a/src/db_odbc.nim +++ b/src/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]