diff --git a/source/helpers.pas b/source/helpers.pas index f8e92616..e28772c3 100644 --- a/source/helpers.pas +++ b/source/helpers.pas @@ -240,7 +240,6 @@ type function implodestr(seperator: String; a: TStrings) :String; function Explode(Separator, Text: String) :TStringList; procedure ExplodeQuotedList(Text: String; var List: TStringList); - function RemoveComments(SQL: String): String; function sstr(str: String; len: Integer) : String; function encrypt(str: String): String; function decrypt(str: String): String; @@ -403,12 +402,6 @@ begin end; -function RemoveComments(SQL: String): String; -begin - // Remove all kinds of comments from given SQL string -end; - - {*** Shorten string to length len and append 3 dots