File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Sources/SwiftDriver/IncrementalCompilation Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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
213203extension IncrementalCompilationState {
214204 /// Remember a job (group) that is before a compile or a compile itself.
You can’t perform that action at this time.
0 commit comments