Skip to content

Commit 9ad0189

Browse files
author
David Ungar
committed
Remove redundant assertion.
1 parent 0b0af1f commit 9ad0189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Frontend/FrontendOptions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class FrontendInputs {
9696
std::vector<std::string> getInputFilenames() const {
9797
std::vector<std::string> filenames;
9898
for (auto &input : getAllFiles()) {
99-
assert(!input.file().empty());
10099
filenames.push_back(input.file());
101100
}
102101
return filenames;

0 commit comments

Comments
 (0)