Update src/CopyrighFixer/CopyrighFixer/configparser.cpp

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-05-08 10:35:12 +03:00 committed by GitHub
parent 136c77851c
commit ffc8cde82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,6 @@ bool ConfigParser::parseOptions(Config &conf) const {
return false;
}
if (QuasarAppUtils::Params::isEndable("currentOwner")) {
conf.setCurrOwn(QuasarAppUtils::Params::getArg("currentOwner"));
} else {
conf.setCurrOwn("");
}
return true;
};