mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Removed unused members mStart and mEnd from ftFileCreator.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8470 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b9f83eca10
commit
fa4ce9a913
1 changed files with 0 additions and 3 deletions
|
@ -142,9 +142,6 @@ class ftFileCreator: public ftFileProvider
|
||||||
* structure to track missing chunks
|
* structure to track missing chunks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint64_t mStart;
|
|
||||||
uint64_t mEnd;
|
|
||||||
|
|
||||||
std::map<uint64_t, ftChunk> mChunks;
|
std::map<uint64_t, ftChunk> mChunks;
|
||||||
std::map<RsPeerId,ZeroInitCounter> mChunksPerPeer ;
|
std::map<RsPeerId,ZeroInitCounter> mChunksPerPeer ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue