From 7a77daf24344db7942e34c962b0f1ee729ab7af5 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Tue, 14 Feb 2017 11:27:26 +0100 Subject: deps: update V8 to 5.6.326.55 PR-URL: https://github.com/nodejs/node/pull/10992 Reviewed-By: Ben Noordhuis --- deps/v8/PRESUBMIT.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'deps/v8/PRESUBMIT.py') diff --git a/deps/v8/PRESUBMIT.py b/deps/v8/PRESUBMIT.py index 78e7482efb..ad218330b1 100644 --- a/deps/v8/PRESUBMIT.py +++ b/deps/v8/PRESUBMIT.py @@ -67,7 +67,6 @@ def _V8PresubmitChecks(input_api, output_api): input_api.PresubmitLocalPath(), 'tools')) from presubmit import CppLintProcessor from presubmit import SourceProcessor - from presubmit import CheckExternalReferenceRegistration from presubmit import CheckAuthorizedAuthor from presubmit import CheckStatusFiles @@ -78,9 +77,6 @@ def _V8PresubmitChecks(input_api, output_api): results.append(output_api.PresubmitError( "Copyright header, trailing whitespaces and two empty lines " \ "between declarations check failed")) - if not CheckExternalReferenceRegistration(input_api.PresubmitLocalPath()): - results.append(output_api.PresubmitError( - "External references registration check failed")) if not CheckStatusFiles(input_api.PresubmitLocalPath()): results.append(output_api.PresubmitError("Status file check failed")) results.extend(CheckAuthorizedAuthor(input_api, output_api)) -- cgit v1.2.3