| Index: presubmit_support.py
|
| diff --git a/presubmit_support.py b/presubmit_support.py
|
| index a62948d9fafbc39fdcfdb832fe6d7b01de73cb9f..0bb62aade0ecc2e9e84c3adc5d04a0a1e2ec2631 100755
|
| --- a/presubmit_support.py
|
| +++ b/presubmit_support.py
|
| @@ -646,10 +646,6 @@ class Change(object):
|
| self._local_root = os.path.abspath(local_root)
|
| self.issue = issue
|
| self.patchset = patchset
|
| -
|
| - # TODO(dpranke): implement - get from the patchset?
|
| - self.approvers = set()
|
| -
|
| self.scm = ''
|
|
|
| # From the description text, build up a dictionary of key/value pairs
|
|
|