Fix compiler warning by removing unused variable (from r1381).

This commit is contained in:
rosenfield
2008-05-13 23:34:18 +00:00
parent 7586134572
commit 3a05545dc7

View File

@ -381,7 +381,6 @@ var
OldLevel: TZTransactIsolationLevel;
OldAutoCommit: Boolean;
ConnectTimeout: Integer;
SQL: PChar;
ClientFlag : Cardinal;
begin
if not Closed then Exit;