mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove redundant assertion.
This commit is contained in:
@@ -96,7 +96,6 @@ public:
|
||||
std::vector<std::string> getInputFilenames() const {
|
||||
std::vector<std::string> filenames;
|
||||
for (auto &input : getAllFiles()) {
|
||||
assert(!input.file().empty());
|
||||
filenames.push_back(input.file());
|
||||
}
|
||||
return filenames;
|
||||
|
||||
Reference in New Issue
Block a user