WaE: unreachable code

This commit is contained in:
Tor Lillqvist 2011-10-03 13:49:40 +03:00
parent 15202ad5b2
commit 302d9cc848

View file

@ -83,7 +83,7 @@ DocuTex2::IsEmpty() const
for ( ary::inf::DocuTex2::TokenList::const_iterator
iter = aTokens.begin();
iter != aTokens.end();
++iter )
)
{
return false;
}