Commit 8834ba63 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

refs #5133, fix compilation error

git-svn-id: file:///svn/toku/tokudb@45097 c7de825b-a66e-492c-adef-691d508d4ae1
parent b181b56e
...@@ -428,7 +428,6 @@ build_index(DB_INDEXER *indexer) { ...@@ -428,7 +428,6 @@ build_index(DB_INDEXER *indexer) {
else { else {
invariant(prov_info.le); invariant(prov_info.le);
invariant(prov_info.ule); invariant(prov_info.ule);
LEAFENTRY le = prov_info.le;
ULEHANDLE ule = prov_info.ule; ULEHANDLE ule = prov_info.ule;
for (int which_db = 0; (which_db < indexer->i->N) && (result == 0); which_db++) { for (int which_db = 0; (which_db < indexer->i->N) && (result == 0); which_db++) {
DB *db = indexer->i->dest_dbs[which_db]; DB *db = indexer->i->dest_dbs[which_db];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment