瀏覽代碼

- removed accidentally committed unfinished code in r14317

git-svn-id: trunk@14321 -
Jonas Maebe 16 年之前
父節點
當前提交
e6ce17c1de
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      compiler/options.pas

+ 0 - 7
compiler/options.pas

@@ -2246,13 +2246,6 @@ begin
           ForceStaticLinking;
           ForceStaticLinking;
         end;
         end;
     end;
     end;
-{$ifdef arm}
-  if (init_settings.cputype in [cpu_armv7m,cpu_cortexm3]) and
-     (init_settings.fputype in [fpu_vfpv2,fpu_vfpv3]) then
-    begin
-      Writeln(
-    end;
-{$endif arm}
 end;
 end;