summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/option.cc b/option.cc
index ef78bfd9..f5c315d1 100644
--- a/option.cc
+++ b/option.cc
@@ -128,7 +128,6 @@ void process_arguments(int argc, char ** argv, const bool anywhere,
xml::xpath_t::scope_t * scope,
std::list<std::string>& args)
{
- int index = 0;
for (char ** i = argv; *i; i++) {
if ((*i)[0] != '-') {
if (anywhere) {