2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-04 19:30:53 +00:00

Remove stray comment

This commit is contained in:
Jay Berkenbilt 2012-07-05 13:28:21 -04:00
parent c227249ef1
commit 3b5d72b946

View File

@ -834,7 +834,6 @@ void runtest(int n, char const* filename)
}
else if (n == 23)
{
// Try to remove a page we don't have
std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages();
pdf.removePage(pages.back());
}