| Index: telemetry/telemetry/value/__init__.py
|
| diff --git a/telemetry/telemetry/value/__init__.py b/telemetry/telemetry/value/__init__.py
|
| index dbd7085da49a74eac37859b88959fe4310497ca9..eb58f6222effc1fdd3cbc6640e7caa990bf07b17 100644
|
| --- a/telemetry/telemetry/value/__init__.py
|
| +++ b/telemetry/telemetry/value/__init__.py
|
| @@ -25,12 +25,6 @@ import os
|
| from telemetry.core import discover
|
| from telemetry.core import util
|
|
|
| -# When combining a pair of Values togehter, it is sometimes ambiguous whether
|
| -# the values should be concatenated, or one should be picked as representative.
|
| -# The possible merging policies are listed here.
|
| -CONCATENATE = 'concatenate'
|
| -PICK_FIRST = 'pick-first'
|
| -
|
| # When converting a Value to its buildbot equivalent, the context in which the
|
| # value is being interpreted actually affects the conversion. This is insane,
|
| # but there you have it. There are three contexts in which Values are converted
|
|
|