Remove unnecessary sync in Scheduler.py.
authorDavid James <davidjames@google.com>
Mon, 11 Apr 2011 19:00:39 +0000 (12:00 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 13 Apr 2011 07:50:17 +0000 (00:50 -0700)
commitf7fbe17d589f5d404131e41cff55a68e4fb19df6
tree261986387108211e4e4b859ff4f0b35fa25446bc
parent5a14ed9899a6544f791c6476432c5b7280f01875
Remove unnecessary sync in Scheduler.py.

If we are passed a fakevartree object, it should already be sync'd, so
there is no need to sync it again here. This sync is only needed when
we create a new FakeVartree, so I moved the sync to the right place to
fix this.

BUG=chromium-os:14035
TEST=Build a bunch of packages with this patch.

Change-Id: I89d79cf946f4c0c27ad585ad7c88a41985260342

Review URL: http://codereview.chromium.org/6813084
pym/_emerge/Scheduler.py