diff --git a/libretroshare/src/ft/ftfilecreator.h b/libretroshare/src/ft/ftfilecreator.h index 912b74814..68820c160 100644 --- a/libretroshare/src/ft/ftfilecreator.h +++ b/libretroshare/src/ft/ftfilecreator.h @@ -142,9 +142,6 @@ class ftFileCreator: public ftFileProvider * structure to track missing chunks */ - uint64_t mStart; - uint64_t mEnd; - std::map mChunks; std::map mChunksPerPeer ;