OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
3b5d72b9462988bbbf9422aa82954414368533d9
Authored by
Jay Berkenbilt
2012-07-05 13:28:21 -0400
1 parent
c227249e
Remove stray comment
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
qpdf/test_driver.cc
qpdf/test_driver.cc
View file @
3b5d72b
...
...
@@ -834,7 +834,6 @@ void runtest(int n, char const* filename)
834
834
}
835
835
else if (n == 23)
836
836
{
837
- // Try to remove a page we don't have
838
837
std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages();
839
838
pdf.removePage(pages.back());
840
839
}
...
...