summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2ff37a8..3338ddd 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -189,7 +189,6 @@ def _CheckNoNewOldCallback(input_api, output_api):
of the old callback system.
"""
return ('NewRunnableMethod' in line or
- 'NewRunnableFunction' in line or
'NewCallback' in line or
input_api.re.search(r'\bCallback\d<', line) or
input_api.re.search(r'\bpublic Task\b', line) or