removed ifdef ver1_1

git-svn-id: trunk@7478 -
This commit is contained in:
vincents 2005-08-04 08:17:09 +00:00
parent 8ec346b211
commit ca26b57cef

View File

@ -30,11 +30,7 @@
{Should become unit Unix in the future. For both Linux and FreeBSD}
uses
Dos,
{$IFDEF VER1_1}
unix;
{$ELSE}
linux;
{$ENDIF}
baseunix, unix;
function GetDefaultTargetOS: string;
begin