summaryrefslogtreecommitdiffstats
path: root/depends/pack200/src/unpack200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'depends/pack200/src/unpack200.cpp')
-rw-r--r--depends/pack200/src/unpack200.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/depends/pack200/src/unpack200.cpp b/depends/pack200/src/unpack200.cpp
index 2ff8c34a..0a9d2714 100644
--- a/depends/pack200/src/unpack200.cpp
+++ b/depends/pack200/src/unpack200.cpp
@@ -97,8 +97,6 @@ static int read_magic(unpacker *u, char peek[], int peeklen)
void unpack_200(std::string input_path, std::string output_path)
{
unpacker u;
- int status = 0;
-
FILE *input = fopen(input_path.c_str(), "rb");
if (!input)
{