Skip to content

Commit 678a670

Browse files
authored
Merge pull request swiftlang#12366 from davidungar/remove-stale-comment
Remove stale comment
2 parents 7d637c8 + 098cc33 commit 678a670

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/Frontend/FrontendOptions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ enum class InputFileKind {
6969
/// Information about all the inputs to the frontend.
7070
class FrontendInputs {
7171
private:
72-
// FIXME: (dmu) create a class for the inputs
73-
7472
/// The names of input files to the frontend.
7573
std::vector<std::string> InputFilenames;
7674

0 commit comments

Comments
 (0)