mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:29:29 +02:00
fcl-passrc: clean up
git-svn-id: trunk@40474 -
This commit is contained in:
parent
c75d0ab3bd
commit
b82026dcf8
@ -486,7 +486,6 @@ type
|
||||
FIncludePaths: TStringList;
|
||||
FStrictFileCase : Boolean;
|
||||
Protected
|
||||
Function FindIncludeFileName(const AName: string): String; virtual;
|
||||
procedure SetBaseDirectory(AValue: string); virtual;
|
||||
procedure SetStrictFileCase(AValue: Boolean); virtual;
|
||||
Property IncludePaths: TStringList Read FIncludePaths;
|
||||
@ -2387,11 +2386,6 @@ end;
|
||||
TBaseFileResolver
|
||||
---------------------------------------------------------------------}
|
||||
|
||||
function TBaseFileResolver.FindIncludeFileName(const AName: string): String;
|
||||
begin
|
||||
Result:=aName;
|
||||
end;
|
||||
|
||||
procedure TBaseFileResolver.SetBaseDirectory(AValue: string);
|
||||
begin
|
||||
if FBaseDirectory=AValue then Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user