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.test | 1 - 1 file changed, 1 deletion(-) (limited to 'libtests/qtest/arg_parser.test') diff --git a/libtests/qtest/arg_parser.test b/libtests/qtest/arg_parser.test index 5079289a..abaf4d29 100644 --- a/libtests/qtest/arg_parser.test +++ b/libtests/qtest/arg_parser.test @@ -79,7 +79,6 @@ my @arg_tests = ( ['@quack-xyz --', 0], # 15 ['--salad', 2], # 16 ['--salad=spinach', 0], # 17 - ['--sheep --ewe --', 0], # 18 ); for (my $i = 0; $i < scalar(@arg_tests); ++$i) -- cgit v1.2.3-54-g00ecf