diff options
Diffstat (limited to 'src/shared/cplusplus/CheckSpecifier.h')
-rw-r--r-- | src/shared/cplusplus/CheckSpecifier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/cplusplus/CheckSpecifier.h b/src/shared/cplusplus/CheckSpecifier.h index e66b306030..d4a1f4ed22 100644 --- a/src/shared/cplusplus/CheckSpecifier.h +++ b/src/shared/cplusplus/CheckSpecifier.h @@ -64,8 +64,6 @@ public: FullySpecifiedType check(SpecifierListAST *specifier, Scope *scope, const FullySpecifiedType &ty = FullySpecifiedType()); - FullySpecifiedType check(ObjCTypeNameAST *typeName, Scope *scope, - const FullySpecifiedType &ty = FullySpecifiedType()); protected: SpecifierListAST *switchSpecifier(SpecifierListAST *specifier); |