Revert helpers.RemoveComments(), accidentally committed in r4110

This commit is contained in:
Ansgar Becker
2013-04-11 19:52:28 +00:00
parent a68c51154c
commit c5ebca5e14

View File

@ -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