Skip to content

Commit 9ae36b0

Browse files
committed
Eliminate the unused "resolve type repr" typecheck request kind.
1 parent fec93f9 commit 9ae36b0

File tree

3 files changed

+0
-93
lines changed

3 files changed

+0
-93
lines changed

include/swift/Sema/TypeCheckRequestKinds.def

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ TYPE_CHECK_REQUEST(TypeCheckRawType, Enum)
4545
/// Compute the set of inherited protocols for a given protocol.
4646
TYPE_CHECK_REQUEST(InheritedProtocols, Protocol)
4747

48-
/// Partially resolve a type, forming enough of its structure to make
49-
/// structural queries but not determining correctness.
50-
TYPE_CHECK_REQUEST(ResolveTypeRepr, TypeResolution)
51-
5248
/// Resolve the given type declaration to the requested type
5349
/// resolution stage.
5450
TYPE_CHECK_REQUEST(ResolveTypeDecl, TypeDeclResolution)

lib/Sema/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ add_swift_library(swiftSema STATIC
2727
DerivedConformances.cpp
2828
ITCDecl.cpp
2929
ITCNameLookup.cpp
30-
ITCType.cpp
3130
InstrumenterSupport.cpp
3231
IterativeTypeChecker.cpp
3332
MiscDiagnostics.cpp

lib/Sema/ITCType.cpp

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)