aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f25459e96a..38b4b5a872 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -443,12 +443,6 @@ def PostUploadHook(cl, change, output_api):
"""
results = []
- if cl.IsGerrit():
- results.append(
- output_api.PresubmitNotifyResult(
- 'Post upload hooks are not yet supported for Gerrit CLs'))
- return results
-
atleast_one_docs_change = False
all_docs_changes = True
for affected_file in change.AffectedFiles():