Remove useless code (P.OSes was set again below)

git-svn-id: trunk@42841 -
This commit is contained in:
pierre 2019-08-26 20:18:57 +00:00
parent fd20dc1086
commit c0212353d9

View File

@ -18,10 +18,6 @@ begin
begin
P:=AddPackage('utils-fpdoc');
P.ShortName:='fpdoc';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
P.Author := '<various>';
P.License := 'LGPL with modification';
P.HomepageURL := 'www.freepascal.org';