Update option_processing.cc

The variable is already defined
This commit is contained in:
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

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);
}