removes deprecated T/P types

This commit is contained in:
Araq
2018-11-16 13:27:46 +01:00
committed by ringabout
parent 26afc0703a
commit 021fe523b1

View File

@@ -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.