Skip to content

Commit 05c8f7f

Browse files
committed
NFC: Remove unused alias
1 parent 7b787a6 commit 05c8f7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 5 deletions
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)