Skip to content

Commit dcad7d1

Browse files
committed
Remove property-delegate handling code
1 parent b0cdae3 commit dcad7d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Index/Index.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ class IndexSwiftASTWalker : public SourceEntityWalker {
361361

362362
unsigned CurLabel = 0;
363363
for (auto Prop : TypeContext->getStoredProperties()) {
364-
if (auto Original = Prop->getOriginalDelegatedProperty())
365-
Prop = Original;
366-
367364
if (!isMemberwiseInitialized(Prop))
368365
continue;
369366

0 commit comments

Comments
 (0)