File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,6 @@ class ASTContext final {
606
606
const clang::Type *
607
607
getCanonicalClangFunctionType (
608
608
ArrayRef<SILParameterInfo> params, Optional<SILResultInfo> result,
609
- const SILFunctionType::ExtInfo incompleteExtInfo,
610
609
SILFunctionType::Representation trueRep);
611
610
612
611
// / Get the Swift declaration that a Clang declaration was exported from,
Original file line number Diff line number Diff line change @@ -4477,7 +4477,6 @@ const clang::Type *
4477
4477
ASTContext::getCanonicalClangFunctionType (
4478
4478
ArrayRef<SILParameterInfo> params,
4479
4479
Optional<SILResultInfo> result,
4480
- SILFunctionType::ExtInfo incompleteExtInfo,
4481
4480
SILFunctionType::Representation trueRep) {
4482
4481
auto *ty = getClangTypeConverter ().getFunctionType (params, result, trueRep);
4483
4482
return ty ? ty->getCanonicalTypeInternal ().getTypePtr () : nullptr ;
You can’t perform that action at this time.
0 commit comments