소스 검색

- 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');