Index: build/android/pylib/buildbot_report.py |
diff --git a/build/android/pylib/buildbot_report.py b/build/android/pylib/buildbot_report.py |
index 8e7db8d9c97e55ab0b7ce8744fd69cf4bb5d5e7b..fe3fcd638eaf328d9290ad72454eb4a4cbe55667 100644 |
--- a/build/android/pylib/buildbot_report.py |
+++ b/build/android/pylib/buildbot_report.py |
@@ -44,11 +44,3 @@ def PrintWarning(): |
def PrintNamedStep(step): |
print '@@@BUILD_STEP %s@@@' % step |
- |
- |
-def PrintStepResultIfNeeded(options, result): |
frankf
2013/07/04 00:46:19
Actually the calls to this were removed here:
htt
frankf
2013/07/04 01:22:35
On second look, we use --buildbot-step-failure dow
|
- if result: |
- if options.buildbot_step_failure: |
- PrintError() |
- else: |
- PrintWarning() |