This commit is contained in:
Sébastien Debrard 2011-01-23 23:09:31 +01:00
parent daef8ef5fd
commit 5b5e8ca518
1 changed files with 0 additions and 4 deletions

View File

@ -5717,10 +5717,6 @@ void Tokenizer::simplifyStdType()
tok->isUnsigned(isUnsigned);
tok->isSigned(!isUnsigned);
}
if (Token::Match(tok, "bool"))
{
tok->isBoolean(true);
}
if (Token::Match(tok, "__int8"))
tok->str("char");