diff options
| author | 2016-06-25 20:06:02 +0200 | |
|---|---|---|
| committer | 2016-06-25 20:06:02 +0200 | |
| commit | f75a33f7d1ff7fa0baa893a3a374df2de23b050b (patch) | |
| tree | f8eb3e351aac4a0a97992cf5f59e38e9c826e21f /src/lib/util/unzip.cpp | |
| parent | 57e475ada03b412cf5c3cff65c7b70d671304116 (diff) | |
clang on windows fixes (nw)
Diffstat (limited to 'src/lib/util/unzip.cpp')
| -rw-r--r-- | src/lib/util/unzip.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/util/unzip.cpp b/src/lib/util/unzip.cpp index a7f3295551d..4671149ba38 100644 --- a/src/lib/util/unzip.cpp +++ b/src/lib/util/unzip.cpp @@ -617,9 +617,6 @@ public: std::size_t total_length() const { return minimum_length(); } static std::size_t minimum_length() { return 0x18; } - -private: - std::size_t m_length; }; |
