浏览代码

compiler: remove strange nowhere used define

git-svn-id: trunk@25450 -
paul 12 年之前
父节点
当前提交
385fc9cb37
共有 1 个文件被更改,包括 0 次插入5 次删除
  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;