Skip to content

Commit 3d0e35e

Browse files
committed
Sema: Remove a bit of dead code
1 parent 2c3a6e0 commit 3d0e35e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Sema/TypeCheckAvailability.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,11 +2394,6 @@ class AvailabilityWalker : public ASTWalker {
23942394
FragileKind = DC->getFragileFunctionKind();
23952395
}
23962396

2397-
// FIXME: Remove this
2398-
bool shouldWalkAccessorsTheOldWay() override {
2399-
return true;
2400-
}
2401-
24022397
bool shouldWalkIntoSeparatelyCheckedClosure(ClosureExpr *expr) override {
24032398
return false;
24042399
}

0 commit comments

Comments
 (0)