From 3dba742f2d01dedb8f9d6b90127360b84d197c0f Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Mon, 4 Nov 2013 17:25:25 +0000 Subject: [PATCH] Remove unused variable --- source/helpers.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/source/helpers.pas b/source/helpers.pas index d01192a3..f0310a70 100644 --- a/source/helpers.pas +++ b/source/helpers.pas @@ -494,7 +494,6 @@ end; function EncodeURLParam(const Value: String): String; var - i: Integer; c: Char; const UnsafeChars: String = '*<>#%"{}|\^[]`?&+';