2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

Remove outdated comments

This commit is contained in:
Jay Berkenbilt 2022-01-31 14:19:53 -05:00
parent d5004edb40
commit b4fb9b4ec3

View File

@ -628,8 +628,6 @@ QPDFJob::Config::streamData(char const* parameter)
}
else
{
// If this happens, it means streamDataChoices in
// ArgParser::initOptionTable is wrong.
usage("invalid stream-data option");
}
return this;
@ -657,8 +655,6 @@ QPDFJob::Config::decodeLevel(char const* parameter)
}
else
{
// If this happens, it means decodeLevelChoices in
// ArgParser::initOptionTable is wrong.
usage("invalid option");
}
return this;
@ -682,8 +678,6 @@ QPDFJob::Config::objectStreams(char const* parameter)
}
else
{
// If this happens, it means objectStreamsChoices in
// ArgParser::initOptionTable is wrong.
usage("invalid object stream mode");
}
return this;
@ -706,8 +700,6 @@ QPDFJob::Config::removeUnreferencedResources(char const* parameter)
}
else
{
// If this happens, it means remove_unref_choices in
// ArgParser::initOptionTable is wrong.
usage("invalid value for --remove-unreferenced-page-resources");
}
return this;