mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
* pas2jni: Removed obsolete code.
git-svn-id: trunk@41320 -
This commit is contained in:
parent
17b993636c
commit
fe8b98ded3
@ -387,9 +387,7 @@ begin
|
||||
s:=Prefix + d.Name;
|
||||
i:=IncludeList.IndexOf(s);
|
||||
if i >= 0 then begin
|
||||
i:=ptruint(IncludeList.Objects[i]);
|
||||
if (i = 0) or (d.Count = i - 1) then
|
||||
d.IsUsed:=True;
|
||||
d.IsUsed:=True;
|
||||
end
|
||||
else
|
||||
if ExcludeList.IndexOf(s) >= 0 then begin
|
||||
|
Loading…
Reference in New Issue
Block a user