Skip to content

Commit

Permalink
Sema: Remove a bit of dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
slavapestov committed Oct 15, 2020
1 parent 2c3a6e0 commit 3d0e35e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Sema/TypeCheckAvailability.cpp
Expand Up @@ -2394,11 +2394,6 @@ class AvailabilityWalker : public ASTWalker {
FragileKind = DC->getFragileFunctionKind();
}

// FIXME: Remove this
bool shouldWalkAccessorsTheOldWay() override {
return true;
}

bool shouldWalkIntoSeparatelyCheckedClosure(ClosureExpr *expr) override {
return false;
}
Expand Down

0 comments on commit 3d0e35e

Please sign in to comment.