FpDebug: clean up / See MR !310

This commit is contained in:
Martin 2024-08-21 22:11:51 +02:00
parent 5800a2d67b
commit a310bf43dc

View File

@ -3263,8 +3263,6 @@ begin
end;
procedure TFpValueDwarfSet.SetAsString(AValue: AnsiString);
type
TCharSet = set of char;
function CheckAndConsumeChar(var p: PChar; c: Char): Boolean;
begin
Result := p^ = c;