mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:09:17 +02:00
* fixed some warnings
git-svn-id: trunk@6506 -
This commit is contained in:
parent
d33cd8d4c5
commit
581cd410fe
@ -579,7 +579,6 @@ procedure TPQConnection.AddFieldDefs(cursor: TSQLCursor; FieldDefs : TfieldDefs)
|
||||
var
|
||||
i : integer;
|
||||
size : integer;
|
||||
st : string;
|
||||
fieldtype : tfieldtype;
|
||||
nFields : integer;
|
||||
|
||||
@ -617,8 +616,6 @@ end;
|
||||
|
||||
function TPQConnection.Fetch(cursor : TSQLCursor) : boolean;
|
||||
|
||||
var st : string;
|
||||
|
||||
begin
|
||||
with cursor as TPQCursor do
|
||||
begin
|
||||
@ -644,7 +641,6 @@ var
|
||||
dbl : pdouble;
|
||||
cur : currency;
|
||||
NumericRecord : ^TNumericRecord;
|
||||
s : string;
|
||||
|
||||
begin
|
||||
Createblob := False;
|
||||
|
Loading…
Reference in New Issue
Block a user