From 901e3e4fbfb22566c44c5ab305c93f70c7b0aa49 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 13:23:54 -0500 Subject: QPDFArgParser: remove unused copyFromOtherTable This was used, but it no longer is, so let's not keep the extra complexity around. --- libtests/qtest/arg_parser/args-18.out | 2 -- libtests/qtest/arg_parser/completion-sheep.out | 1 - libtests/qtest/arg_parser/exceptions.out | 2 -- 3 files changed, 5 deletions(-) delete mode 100644 libtests/qtest/arg_parser/args-18.out (limited to 'libtests/qtest/arg_parser') diff --git a/libtests/qtest/arg_parser/args-18.out b/libtests/qtest/arg_parser/args-18.out deleted file mode 100644 index 094076f4..00000000 --- a/libtests/qtest/arg_parser/args-18.out +++ /dev/null @@ -1,2 +0,0 @@ -you -total quacks: 0 diff --git a/libtests/qtest/arg_parser/completion-sheep.out b/libtests/qtest/arg_parser/completion-sheep.out index 15673934..7605c94b 100644 --- a/libtests/qtest/arg_parser/completion-sheep.out +++ b/libtests/qtest/arg_parser/completion-sheep.out @@ -1,3 +1,2 @@ ---ewe !--potato !--ram diff --git a/libtests/qtest/arg_parser/exceptions.out b/libtests/qtest/arg_parser/exceptions.out index eb8dbe8a..c40a5418 100644 --- a/libtests/qtest/arg_parser/exceptions.out +++ b/libtests/qtest/arg_parser/exceptions.out @@ -2,8 +2,6 @@ duplicate handler: QPDFArgParser: adding a duplicate handler for option potato i duplicate handler: QPDFArgParser: adding a duplicate handler for option ram in baaa option table duplicate table: QPDFArgParser: registering already registered option table baaa unknown table: QPDFArgParser: selecting unregistered option table aardvark -copy from unknown table: QPDFArgParser: attempt to copy from unknown table two -copy unknown from other table: QPDFArgParser: attempt to copy unknown argument two from table baaa add existing help topic: QPDFArgParser: topic baaa has already been added add reserved help topic: QPDFArgParser: can't register reserved help topic all add to unknown topic: QPDFArgParser: unable to add option --new to unknown help topic oops -- cgit v1.2.3-54-g00ecf