| Index: scripts/slave/runtest.py
|
| diff --git a/scripts/slave/runtest.py b/scripts/slave/runtest.py
|
| index 276b906aef509e822c56f301daec98843a491d04..be7324eae33d05bb80ad89efc0ebdd29dc77ab38 100755
|
| --- a/scripts/slave/runtest.py
|
| +++ b/scripts/slave/runtest.py
|
| @@ -1583,11 +1583,6 @@ def _UpdateRunBenchmarkArgs(args):
|
| None if not a telemetry test, otherwise a
|
| dict containing the output filename and whether it is a reference build.
|
| """
|
| - # TODO(sullivan): remove this line to enable new telemetry chartjson.
|
| - # W0101: unreachable code. Disable this check until we're able to remove this
|
| - # line entirely.
|
| - # pylint: disable=W0101
|
| - return {}
|
| if not args[0].endswith('run_benchmark'):
|
| # Not a telemetry run
|
| return None
|
|
|