Merge pull request #10368 from vmihaylenko/master

[storage] Removed unused fields.
This commit is contained in:
gmoryes 2019-02-18 16:06:15 +03:00 committed by GitHub
commit afd0435e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,10 +195,6 @@ private:
// folder.
std::map<platform::CountryFile, LocalFilePtr> m_localFilesForFakeCountries;
/// used to correctly calculate total country download progress with more than 1 file
/// <current, total>
MapFilesDownloader::Progress m_countryProgress;
// Used to cancel an ongoing diff application.
// |m_diffsCancellable| is reset every time when a task to apply a diff is posted.
// We use the fact that at most one diff is being applied at a time and the
@ -215,8 +211,6 @@ private:
int m_currentSlotId;
std::list<StatusCallback> m_statusCallbacks;
struct CountryObservers
{
ChangeCountryFunction m_changeCountryFn;