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

Unified Diff: tools/make_links.py

Issue 16515003: Remove old cleanup code in pkg make links functionality (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/make_links.py
===================================================================
--- tools/make_links.py (revision 23664)
+++ tools/make_links.py (working copy)
@@ -21,14 +21,6 @@
def make_link(source, target):
- # TODO(ahe): Remove this code when the build bots are green again.
- bug_cleanup = os.path.join(target, 'lib')
- if os.path.islink(bug_cleanup):
- print 'Removing %s' % bug_cleanup
- sys.stdout.flush()
- os.unlink(bug_cleanup)
- # End of temporary code.
-
if os.path.islink(target):
print 'Removing %s' % target
sys.stdout.flush()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698