mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Remove unused variable
This commit is contained in:
@ -494,7 +494,6 @@ end;
|
||||
|
||||
function EncodeURLParam(const Value: String): String;
|
||||
var
|
||||
i: Integer;
|
||||
c: Char;
|
||||
const
|
||||
UnsafeChars: String = '*<>#%"{}|\^[]`?&+';
|
||||
|
Reference in New Issue
Block a user