Skip to content

Commit 90f0e3e

Browse files
committed
Swift: remove forgotten resolved TODO
1 parent 95a6c5d commit 90f0e3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swift/extractor/SwiftDispatcher.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ class SwiftDispatcher {
138138
// - extracting a primary source file: in this mode, we extract several files belonging to the
139139
// same module one by one. In this mode, we restrict emission only to the same file ignoring
140140
// all the other files.
141-
// TODO this currently does not extract compiler-synthesized entities without a valid location,
142-
// this will be fixed in an upcoming PR
143141
bool shouldEmitDeclBody(swift::Decl* decl) {
144142
if (decl->getModuleContext() != &currentModule) {
145143
return false;

0 commit comments

Comments
 (0)