Commit 3b5d72b9462988bbbf9422aa82954414368533d9
1 parent
c227249e
Remove stray comment
Showing
1 changed file
with
0 additions
and
1 deletions
qpdf/test_driver.cc
| @@ -834,7 +834,6 @@ void runtest(int n, char const* filename) | @@ -834,7 +834,6 @@ void runtest(int n, char const* filename) | ||
| 834 | } | 834 | } |
| 835 | else if (n == 23) | 835 | else if (n == 23) |
| 836 | { | 836 | { |
| 837 | - // Try to remove a page we don't have | ||
| 838 | std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages(); | 837 | std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages(); |
| 839 | pdf.removePage(pages.back()); | 838 | pdf.removePage(pages.back()); |
| 840 | } | 839 | } |