We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3a6e0 commit 3d0e35eCopy full SHA for 3d0e35e
lib/Sema/TypeCheckAvailability.cpp
@@ -2394,11 +2394,6 @@ class AvailabilityWalker : public ASTWalker {
2394
FragileKind = DC->getFragileFunctionKind();
2395
}
2396
2397
- // FIXME: Remove this
2398
- bool shouldWalkAccessorsTheOldWay() override {
2399
- return true;
2400
- }
2401
-
2402
bool shouldWalkIntoSeparatelyCheckedClosure(ClosureExpr *expr) override {
2403
return false;
2404
0 commit comments