-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I noticed on compilation (Linux Mint 19.1, fpc 3.04, Lazarus 2.0 Fixes) the following unreachable warning: bare.system.pas(2033,5) Warning: unreachable code
This is the function:
function PathAdjustDelimiters(const Path: string): string;
begin
if DirectorySeparator = '/' then
Result := StrReplace(Path, '', DirectorySeparator)
else
Result := StrReplace(Path, '/', DirectorySeparator);
end;
Metadata
Metadata
Assignees
Labels
No labels