Update option_processing.cc

The variable is already defined
pull/1337/head
Pavel Shlyak 2019-01-10 18:30:00 +03:00 committed by GitHub
parent 37368130ca
commit ae79d65a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ error_code::Value option_processing(Option& op, bool standalone,
std::stringstream cmdstream;
{
// first evaluate --no-conf and --conf-path options.
Option op;
if (argc == 0) {
oparser->parse(op, options);
}