From c06bfeb37f5e97aec23643efbccbb28666f716ff 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/wrappers/postgres.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wrappers/postgres.nim b/src/wrappers/postgres.nim index 7cb816f689..f38712c0e2 100644 --- a/src/wrappers/postgres.nim +++ b/src/wrappers/postgres.nim @@ -152,10 +152,6 @@ type length*: int32 isint*: int32 p*: pointer -{.deprecated: [TSockAddr: SockAddr, TPGresAttDesc: PgresAttDesc, - TPGresAttValue: PgresAttValue, TExecStatusType: ExecStatusType, - TPGlobjfuncs: Pglobjfuncs, TConnStatusType: ConnStatusType, TPGconn: Pgconn, - TPGresult: PGresult].} proc pqconnectStart*(conninfo: cstring): PPGconn{.cdecl, dynlib: dllName, importc: "PQconnectStart".}