diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 9535c6c10..99aab0470 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -976,33 +976,6 @@ def _GerritOwnerAndReviewers(input_api, email_regexp, approval_needed=False): return owner_email, reviewers -def _CheckConstNSObject(input_api, output_api, source_file_filter): - """Checks to make sure no objective-c files have |const NSSomeClass*|.""" - pattern = input_api.re.compile( - r'(?