Skip to content

Commit

Permalink
Revert Accessibilty Checker
Browse files Browse the repository at this point in the history
Summary: P693003208

Reviewed By: NTillmann

Differential Revision: D44985561

fbshipit-source-id: 30178878d1095b0c25465a9f86c7a7a866955093
  • Loading branch information
itang00 authored and facebook-github-bot committed Apr 14, 2023
1 parent 0c3ac00 commit e78354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkers/AccessibilityChecker.cpp
Expand Up @@ -21,6 +21,7 @@ void AccessibilityChecker::run_checker(DexStoresVector& stores,
ConfigFiles& /* conf */,
PassManager& mgr,
bool established) {
return;
if (established) {
return;
}
Expand Down

0 comments on commit e78354f

Please sign in to comment.