Skip to content

Commit 495e7e1

Browse files
author
David Ungar
committed
rm unused
1 parent 31ccf4a commit 495e7e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ extension Diagnostic.Message {
182182
"output file map has no master dependencies entry (\"\(FileType.swiftDeps)\" under \"\")"
183183
)
184184
}
185-
fileprivate static func remark_disabling_incremental_build(because why: String) -> Diagnostic.Message {
186-
return .remark("Disabling incremental build: \(why)")
187-
}
188185

189186
static let remarkDisabled = Diagnostic.Message.remark_incremental_compilation_has_been_disabled
190187

@@ -202,13 +199,6 @@ extension Diagnostic.Message {
202199
}
203200

204201

205-
// MARK: - Scheduling the first wave, i.e. the mandatory pre- and compile jobs
206-
207-
extension IncrementalCompilationState {
208-
209-
210-
}
211-
212202
// MARK: - Scheduling the 2nd wave
213203
extension IncrementalCompilationState {
214204
/// Remember a job (group) that is before a compile or a compile itself.

0 commit comments

Comments
 (0)