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]