diff options
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |