summaryrefslogtreecommitdiffstats
path: root/build/mac
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 19:42:53 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 19:42:53 +0000
commit68cf7561f60d5e39343298db66231d7fb2811bf5 (patch)
tree69d89e9b6626859ea296b892247c1853ba978b5c /build/mac
parent9caaf4caef044e6f246ab73469e7211afbb0ec8d (diff)
downloadchromium_src-68cf7561f60d5e39343298db66231d7fb2811bf5.zip
chromium_src-68cf7561f60d5e39343298db66231d7fb2811bf5.tar.gz
chromium_src-68cf7561f60d5e39343298db66231d7fb2811bf5.tar.bz2
Cleanup old TODO in tweak_info_plist.py
Remove an unneeded call now that m25 is released. BUG=None TEST=None TBR=thakis Review URL: https://chromiumcodereview.appspot.com/15897018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/mac')
-rwxr-xr-xbuild/mac/tweak_info_plist.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/mac/tweak_info_plist.py b/build/mac/tweak_info_plist.py
index 761352e..eb38ace 100755
--- a/build/mac/tweak_info_plist.py
+++ b/build/mac/tweak_info_plist.py
@@ -129,8 +129,6 @@ def _DoSCMKeys(plist, add_keys):
elif add_keys:
print >>sys.stderr, 'Could not determine SCM revision. This may be OK.'
- # TODO(thakis): Remove this once m25 has reached stable.
- _RemoveKeys(plist, 'SCMPath')
return True