Skip to content

Commit 5d7fb48

Browse files
committed
[CS] Remove a couple of dead types
1 parent e2fbe3a commit 5d7fb48

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lib/Sema/CSApply.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,9 +1005,6 @@ namespace {
10051005

10061006
return finishApply(apply, memberRef, openedType, locator);
10071007
}
1008-
1009-
/// Describes either a type or the name of a type to be resolved.
1010-
using TypeOrName = llvm::PointerUnion<Identifier, Type>;
10111008

10121009
/// Convert the given literal expression via a protocol pair.
10131010
///

lib/Sema/ConstraintSystem.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,6 @@ class SolutionDiff {
804804
explicit SolutionDiff(ArrayRef<Solution> solutions);
805805
};
806806

807-
/// Identifies a specific conversion from
808-
struct SpecificConstraint {
809-
CanType First;
810-
CanType Second;
811-
ConstraintKind Kind;
812-
};
813-
814807
/// An intrusive, doubly-linked list of constraints.
815808
using ConstraintList = llvm::ilist<Constraint>;
816809

0 commit comments

Comments
 (0)