| 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()
|
|
|