mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-20 19:06:09 -05:00
Revert "Merge branch 'singleFileClient'"
This reverts commit 1bf9ed770532f3093548fa4120209be3a31c5c21, reversing changes made to 5b0464d7a0aaa034851dfc80ca0a2d367f4c28ef. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1179 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
693cb93868
commit
22dea2ceea
3 changed files with 3 additions and 32 deletions
|
|
@ -757,13 +757,6 @@ int FileIndex::loadIndex(std::string filename, std::string expectedHash, uint64_
|
|||
(it->second)->parent = root;
|
||||
}
|
||||
|
||||
std::map<std::string, FileEntry *>::iterator it2;
|
||||
for(it2 = root->files.begin();
|
||||
it2 != root->files.end(); it2++)
|
||||
{
|
||||
(it2->second)->parent = root;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
/* pop stack */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue