From b4fb9b4ec3e70945b07436c1f4a6a222c2d28b9f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 31 Jan 2022 14:19:53 -0500 Subject: [PATCH] Remove outdated comments --- libqpdf/QPDFJob_config.cc | 8 -------- 1 file changed, 0 insertions(+), 8 deletions(-) diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc index 33c2e94..b211b81 100644 --- a/libqpdf/QPDFJob_config.cc +++ b/libqpdf/QPDFJob_config.cc @@ -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; -- libgit2 0.21.4