]> granicus.if.org Git - clang/commit
[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)
commite0e63e70993eefbbe4340f345e96a5da7fe48a5a
treed5030289bd00d5ac13df7d4e9e0a82d24817b73a
parentd3ddab8b2613f009318246c52d8b79ddc5fd492d
[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
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp