Skip to content

Commit 5d8af8c

Browse files
Merge pull request swiftlang#31550 from AnthonyLatsis/dead-alias
NFC: Remove leftover alias
2 parents 99e4918 + 05c8f7f commit 5d8af8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Sema/TypeChecker.h

-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ namespace constraints {
5252
class SolutionResult;
5353
}
5454

55-
/// A mapping from substitutable types to the protocol-conformance
56-
/// mappings for those types.
57-
using ConformanceMap =
58-
llvm::DenseMap<SubstitutableType *, SmallVector<ProtocolConformance *, 2>>;
59-
6055
/// Special-case type checking semantics for certain declarations.
6156
enum class DeclTypeCheckingSemantics {
6257
/// A normal declaration.

0 commit comments

Comments
 (0)