mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
removes deprecated T/P types
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user