git-svn-id: trunk@34494 -
@@ -1836,8 +1836,6 @@ var p : pchar;
begin
p:=pchar(pointer(s)); // work around CONST. Ansiextract is safe for nil
result:=AnsiExtractquotedStr(p,AQuote);
- if result='' Then
- result:=s;
end;
function StrToBool(const S: string): Boolean;