mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-17 04:40:18 +08:00
Fix compiler warning by removing unused variable (from r1381).
This commit is contained in:
@ -381,7 +381,6 @@ var
|
|||||||
OldLevel: TZTransactIsolationLevel;
|
OldLevel: TZTransactIsolationLevel;
|
||||||
OldAutoCommit: Boolean;
|
OldAutoCommit: Boolean;
|
||||||
ConnectTimeout: Integer;
|
ConnectTimeout: Integer;
|
||||||
SQL: PChar;
|
|
||||||
ClientFlag : Cardinal;
|
ClientFlag : Cardinal;
|
||||||
begin
|
begin
|
||||||
if not Closed then Exit;
|
if not Closed then Exit;
|
||||||
|
Reference in New Issue
Block a user