[ObjC] Remove default parameter no caller was providing. NFC intended.
authorVolodymyr Sapsai <vsapsai@apple.com>
Fri, 11 Oct 2019 21:21:02 +0000 (21:21 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Fri, 11 Oct 2019 21:21:02 +0000 (21:21 +0000)
commitb95d4c3a99794f57b3ac7accd86f5c061f6c69f9
tree1bd5b2145d3276b2dc64bcf4005ee42237bb9d0e
parent49036dd3aef9265270dcf4bb645050510b68e183
[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.

llvm-svn: 374596
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp