Remove unused duplicate private fields.
This commit is contained in:
parent
706a4336c9
commit
11ef2ec81a
@ -44,7 +44,6 @@ class FileDownloader final : public FileLoader {
|
|||||||
// Must not call any of them...
|
// Must not call any of them...
|
||||||
private:
|
private:
|
||||||
enum class QueryType : uint8 { Default = 1, CDN, ReuploadCDN };
|
enum class QueryType : uint8 { Default = 1, CDN, ReuploadCDN };
|
||||||
ResourceState resource_state_;
|
|
||||||
FullRemoteFileLocation remote_;
|
FullRemoteFileLocation remote_;
|
||||||
LocalFileLocation local_;
|
LocalFileLocation local_;
|
||||||
int64 size_;
|
int64 size_;
|
||||||
|
@ -40,7 +40,6 @@ class FileUploader final : public FileLoader {
|
|||||||
// Should just implement all parent pure virtual methods.
|
// Should just implement all parent pure virtual methods.
|
||||||
// Must not call any of them...
|
// Must not call any of them...
|
||||||
private:
|
private:
|
||||||
ResourceState resource_state_;
|
|
||||||
LocalFileLocation local_;
|
LocalFileLocation local_;
|
||||||
RemoteFileLocation remote_;
|
RemoteFileLocation remote_;
|
||||||
int64 expected_size_;
|
int64 expected_size_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user