From 021fe523b142a4e82febbe6336089ba2814bc084 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_mysql.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db_mysql.nim b/src/db_mysql.nim index 26bc7d0ad4..2fcb562026 100644 --- a/src/db_mysql.nim +++ b/src/db_mysql.nim @@ -96,7 +96,6 @@ type ## column text on demand row: cstringArray len: int -{.deprecated: [TRow: Row, TDbConn: DbConn].} proc dbError*(db: DbConn) {.noreturn.} = ## raises a DbError exception.