summaryrefslogtreecommitdiffstats
path: root/build/mac/tweak_info_plist.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/mac/tweak_info_plist.py')
-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