aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/FlashAction.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-07 06:48:00 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-07 06:48:00 +1000
commitce486f7ecbf4259e5cf401c16a175e63046d73c8 (patch)
treee2c752b79d728f103a8502dbeabe48023e702c5f /heimdall/source/FlashAction.cpp
parent9b56396ba19617b70ebde5f5072ad8b401697e50 (diff)
downloadexternal_heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.zip
external_heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.gz
external_heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.bz2
Removed a few unused variables.
Diffstat (limited to 'heimdall/source/FlashAction.cpp')
-rw-r--r--heimdall/source/FlashAction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/heimdall/source/FlashAction.cpp b/heimdall/source/FlashAction.cpp
index e528680..2ceaa3e 100644
--- a/heimdall/source/FlashAction.cpp
+++ b/heimdall/source/FlashAction.cpp
@@ -100,7 +100,6 @@ static bool openFiles(Arguments& arguments, vector<PartitionFile>& partitionFile
for (vector<const Argument *>::const_iterator it = arguments.GetArguments().begin(); it != arguments.GetArguments().end(); it++)
{
- bool isPartitionArgument = false;
const string& argumentName = (*it)->GetName();
// The only way an argument could exist without being in the argument types map is if it's a wild-card.