Explorar o código

compiler: remove strange nowhere used define

git-svn-id: trunk@25450 -
paul %!s(int64=12) %!d(string=hai) anos
pai
achega
385fc9cb37
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      compiler/globals.pas

+ 0 - 5
compiler/globals.pas

@@ -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;