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