Skip to content

Commit a924928

Browse files
committed
Sema: Remove some dead code from CSDiag
1 parent 5ba2e59 commit a924928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/CSDiag.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ class FailureDiagnosis :public ASTVisitor<FailureDiagnosis, /*exprresult*/bool>{
201201
ContextualTypePurpose CTP,
202202
Type suggestedType = Type());
203203

204-
/// For an expression being type checked with a CTP_CalleeResult contextual
205-
/// type, try to diagnose a problem.
206-
bool diagnoseCalleeResultContextualConversionError();
207-
208204
/// Attempt to produce a diagnostic for a mismatch between a call's
209205
/// type and its assumed contextual type.
210206
bool diagnoseCallContextualConversionErrors(ApplyExpr *callEpxr,

0 commit comments

Comments
 (0)