diff --git a/source/dbconnection.pas b/source/dbconnection.pas index 3646825a..34f91077 100644 --- a/source/dbconnection.pas +++ b/source/dbconnection.pas @@ -506,7 +506,6 @@ type private FHandle: PPGconn; FLastRawResults: TPGRawResults; - FLastErrorHint: String; procedure SetActive(Value: Boolean); override; procedure DoBeforeConnect; override; function GetThreadId: Cardinal; override;