summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2019-10-11 21:21:02 +0000
committerVolodymyr Sapsai <vsapsai@apple.com>2019-10-11 21:21:02 +0000
commite0e63e70993eefbbe4340f345e96a5da7fe48a5a (patch)
treed5030289bd00d5ac13df7d4e9e0a82d24817b73a /include
parentd3ddab8b2613f009318246c52d8b79ddc5fd492d (diff)
downloadclang-e0e63e70993eefbbe4340f345e96a5da7fe48a5a.tar.gz
[ObjC] Remove default parameter no caller was providing. NFC intended.
Currently there is no need to make ObjCTypeParamType have a canonical type different from the one in corresponding ObjCTypeParamDecl. So remove the corresponding unused API. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/ASTContext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index 7547960b09..5e2f4031d9 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -1503,8 +1503,7 @@ public:
bool isKindOf) const;
QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
- ArrayRef<ObjCProtocolDecl *> protocols,
- QualType Canonical = QualType()) const;
+ ArrayRef<ObjCProtocolDecl *> protocols) const;
bool ObjCObjectAdoptsQTypeProtocols(QualType QT, ObjCInterfaceDecl *Decl);