Commit 690d6031db96e3b823615632b702d4efe2e31f9a

Authored by Jay Berkenbilt
1 parent c660f743

Remove duplicated comment

Showing 1 changed file with 0 additions and 1 deletions
libqpdf/QPDFWriter.cc
@@ -2899,7 +2899,6 @@ QPDFWriter::writeStandard() @@ -2899,7 +2899,6 @@ QPDFWriter::writeStandard()
2899 if (this->object_stream_to_objects.empty()) 2899 if (this->object_stream_to_objects.empty())
2900 { 2900 {
2901 // Write regular cross-reference table 2901 // Write regular cross-reference table
2902 - // Write regular cross-reference table  
2903 writeXRefTable(t_normal, 0, this->next_objid - 1, this->next_objid); 2902 writeXRefTable(t_normal, 0, this->next_objid - 1, this->next_objid);
2904 } 2903 }
2905 else 2904 else