mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 11:49:13 +02:00
compiler: remove strange nowhere used define
git-svn-id: trunk@25450 -
This commit is contained in:
parent
8251031adf
commit
385fc9cb37
@ -935,11 +935,6 @@ implementation
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
{$if defined(MORPHOS) or defined(AMIGA)}
|
||||
{$define AMIGASHELL}
|
||||
{$endif}
|
||||
|
||||
{$UNDEF AMIGASHELL}
|
||||
function is_number_float(d : double) : boolean;
|
||||
var
|
||||
bytearray : array[0..7] of byte;
|
||||
|
Loading…
Reference in New Issue
Block a user