File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Sources/SwiftDriver/IncrementalCompilation
ModuleDependencyGraphParts Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ extension ModuleDependencyGraph {
183
183
guard externalDependency. isIncremental else {
184
184
return Integrator . Results ( )
185
185
}
186
- #warning("remove the !")
187
186
let file = externalDependency. externalDependency. file!
188
187
let dependencySource = DependencySource ( file)
189
188
reporter? . report ( " integrating incremental external dependency " ,
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ extension ModuleDependencyGraph {
66
66
self . fingerprint = fingerprint
67
67
self . dependencySource = dependencySource
68
68
69
- #warning("how best to handle an error here")
70
69
try ! verifyKeyAndFingerprint ( )
71
70
}
72
71
}
You can’t perform that action at this time.
0 commit comments