ctree: remove unnecessary rootpath variables

Summary: After a recent refactoring these are now unused.

Test Plan: make local

Reviewers: #fastmanifest, ttung

Reviewed By: ttung

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

Signature: t1:3756194:1471929972:bdace32b744bfaaf03228f13de0fb6ffec240dab
This commit is contained in:
Durham Goode 2016-08-29 16:19:52 -07:00
parent ffa54597c6
commit c0d1a3e372

View File

@ -366,7 +366,6 @@ static PyObject *treemanifest_find(PyObject *o, PyObject *args) {
std::string resultnode;
char resultflag;
try {
std::string rootpath;
_treemanifest_find(
std::string(filename, filenamelen),
self->tm.rootNode,