Remove unused duplicate private fields.

This commit is contained in:
levlam 2024-07-12 23:46:50 +03:00
parent 706a4336c9
commit 11ef2ec81a
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ class FileDownloader final : public FileLoader {
// Must not call any of them...
private:
enum class QueryType : uint8 { Default = 1, CDN, ReuploadCDN };
ResourceState resource_state_;
FullRemoteFileLocation remote_;
LocalFileLocation local_;
int64 size_;

View File

@ -40,7 +40,6 @@ class FileUploader final : public FileLoader {
// Should just implement all parent pure virtual methods.
// Must not call any of them...
private:
ResourceState resource_state_;
LocalFileLocation local_;
RemoteFileLocation remote_;
int64 expected_size_;