- removed stray if-statement

git-svn-id: trunk@19922 -
This commit is contained in:
Jonas Maebe 2011-12-30 12:11:33 +00:00
parent f5568b86e6
commit 3a6fb7c9ef

View File

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