diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-02-04 10:58:20 +0100 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-02-04 10:59:23 +0100 |
commit | cdd8ac099d7db994d9b4f3fc847a70f0c095ab11 (patch) | |
tree | dfb1117a5e1ccd91e8e040d32d9d5cff5c302988 /src/shared/cplusplus/CheckSpecifier.cpp | |
parent | f4de47ad9a7acf2c828d8d8e981796b643fa8d22 (diff) | |
download | qt-creator-cdd8ac099d7db994d9b4f3fc847a70f0c095ab11.tar.gz |
Renamed method.
Diffstat (limited to 'src/shared/cplusplus/CheckSpecifier.cpp')
-rw-r--r-- | src/shared/cplusplus/CheckSpecifier.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/shared/cplusplus/CheckSpecifier.cpp b/src/shared/cplusplus/CheckSpecifier.cpp index 5b32762c69..86ac6923a5 100644 --- a/src/shared/cplusplus/CheckSpecifier.cpp +++ b/src/shared/cplusplus/CheckSpecifier.cpp @@ -416,12 +416,3 @@ bool CheckSpecifier::visit(AttributeSpecifierAST * /*ast*/) { return false; } - -bool CheckSpecifier::visit(ObjCTypeNameAST * /*ast*/) -{ - // TODO: implement this (EV) -// _fullySpecifiedType = FullySpecifiedType(); - return true; -} - - |