Parcourir la source

- removed stray if-statement

git-svn-id: trunk@19922 -
Jonas Maebe il y a 13 ans
Parent
commit
3a6fb7c9ef
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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');