Skip to content

Commit 7798926

Browse files
authored
Merge pull request swiftlang#74447 from DougGregor/drop-old-comment
Drop old comment that's very dated and very unnecessary
2 parents 219b4a6 + aa90b43 commit 7798926

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Sema/ImportResolution.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,12 +1392,6 @@ void ImportResolver::crossImport(ModuleDecl *M, UnboundImport &I) {
13921392
// first bind all exported imports in all files, then bind all other imports
13931393
// in each file. This may become simpler if we bind all ImportDecls before we
13941394
// start computing cross-imports, but I haven't figured that part out yet.
1395-
//
1396-
// Fixing this is tracked within Apple by rdar://problem/59527118. I haven't
1397-
// filed an SR because I plan to address it myself, but if this comment is
1398-
// still here in April 2020 without an SR number, please file a Swift bug and
1399-
// harass @brentdax to fill in the details.
1400-
14011395
if (!SF.shouldCrossImport())
14021396
return;
14031397

0 commit comments

Comments
 (0)