From 68cf7561f60d5e39343298db66231d7fb2811bf5 Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Tue, 11 Jun 2013 19:42:53 +0000 Subject: 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 --- build/mac/tweak_info_plist.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/mac') 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 -- cgit v1.1