Skip to content

Commit 3b18849

Browse files
authored
[NFC] Remove stale FIXME about importing enum variants (swiftlang#80358)
This comment is from 940a65a, but is now stale.
1 parent 65a515b commit 3b18849

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3298,9 +3298,6 @@ namespace {
32983298
// The enumeration was mapped to a high-level Swift type, and its
32993299
// elements were created as children of that enum. They aren't available
33003300
// independently.
3301-
3302-
// FIXME: This is gross. We shouldn't have to import
3303-
// everything to get at the individual constants.
33043301
return nullptr;
33053302
}
33063303
}

0 commit comments

Comments
 (0)