Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: presubmit_support.py

Issue 6657028: Actually check Rietveld for LGTMs in CheckOwners() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: minor formatting cleanup Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698