Browse Source

- removed stray if-statement

git-svn-id: trunk@19922 -
Jonas Maebe 13 years ago
parent
commit
3a6fb7c9ef
1 changed files with 0 additions and 1 deletions
  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');