summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/unzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/unzip.cpp')
-rw-r--r--src/lib/util/unzip.cpp3
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;
};