Renamed method.

This commit is contained in:
Erik Verbruggen
2010-02-04 10:58:20 +01:00
parent f4de47ad9a
commit cdd8ac099d
6 changed files with 6 additions and 17 deletions

View File

@@ -416,12 +416,3 @@ bool CheckSpecifier::visit(AttributeSpecifierAST * /*ast*/)
{
return false;
}
bool CheckSpecifier::visit(ObjCTypeNameAST * /*ast*/)
{
// TODO: implement this (EV)
// _fullySpecifiedType = FullySpecifiedType();
return true;
}