瀏覽代碼

- removed stray if-statement

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

+ 0 - 1
compiler/aggas.pas

@@ -784,7 +784,6 @@ implementation
                          sepChar := '@'
                        else
                          sepChar := '%';
-                       if (tf_needs_symbol_type in target_info.flags) then
 {$ifdef avr}
                        if (tf_needs_symbol_type in target_info.flags) then
                          asmwriteln(#9'.type '+ReplaceForbiddenChars(Tai_datablock(hp).sym.name)+','+sepChar+'object');