Fix bogus update

Summary:
Forgot to commit, so test build just succeeded as it built with
uncommitted change

Test Plan: ./fb_build_rpm.py --release AAAAAA

Reviewers: simpkins

Reviewed By: simpkins

Subscribers: net-systems-diffs@, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3978726

Signature: t1:3978726:1475713413:3dcb5389c562ccc1b5675d2b78bcdb2dcba38780
This commit is contained in:
Zachary Amsden 2016-10-05 21:34:50 -07:00
parent 57128e9ab7
commit 30c28a2667

View File

@ -432,7 +432,6 @@ NewTreeIterator::NewTreeIterator(Manifest *mainRoot,
const ManifestFetcher &fetcher) :
cmpNodes(cmpNodes),
fetcher(fetcher) {
(void)(this->mainRoot);
this->mainStack.push_back(stackframe(mainRoot, false));
for (size_t i = 0; i < cmpRoots.size(); i++) {