mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Removed spurious test.
This commit is contained in:
@@ -683,8 +683,6 @@ bool ASTProducer::shouldRebuild(SwiftASTManager::Implementation &MgrImpl,
|
||||
for (const auto &input :
|
||||
Invok.Opts.Invok.getFrontendOptions().Inputs.getAllFiles()) {
|
||||
StringRef File = input.file();
|
||||
if (File.empty())
|
||||
continue;
|
||||
bool FoundSnapshot = false;
|
||||
for (auto &Snap : Snapshots) {
|
||||
if (Snap->getFilename() == File) {
|
||||
|
||||
Reference in New Issue
Block a user