Skip to content

Commit 95911f1

Browse files
committed
remove more unused code
1 parent a160c64 commit 95911f1

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14860,8 +14860,6 @@ class Sema final : public SemaBase {
1486014860
UnsubstitutedConstraintSatisfactionCache;
1486114861

1486214862
private:
14863-
friend class CalculateConstraintSatisfaction;
14864-
1486514863
/// Caches pairs of template-like decls whose associated constraints were
1486614864
/// checked for subsumption and whether or not the first's constraints did in
1486714865
/// fact subsume the second's.

clang/include/clang/Sema/SemaConcept.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ struct NormalizedConstraint {
5050

5151
using OccurenceList = llvm::SmallBitVector;
5252

53-
friend bool
54-
substituteParameterMappings(Sema &S, NormalizedConstraint &N,
55-
const MultiLevelTemplateArgumentList &MLTAL,
56-
const ASTTemplateArgumentListInfo *ArgsAsWritten,
57-
TemplateParameterList *TemplateParams,
58-
const NamedDecl *D);
59-
6053
protected:
6154
using ExprOrConcept =
6255
llvm::PointerUnion<const Expr *, const ConceptReference *>;

0 commit comments

Comments
 (0)