2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

Remove duplicated comment

This commit is contained in:
Jay Berkenbilt 2013-06-08 18:58:31 -04:00
parent c660f74334
commit 690d6031db

View File

@ -2898,7 +2898,6 @@ QPDFWriter::writeStandard()
qpdf_offset_t xref_offset = this->pipeline->getCount();
if (this->object_stream_to_objects.empty())
{
// Write regular cross-reference table
// Write regular cross-reference table
writeXRefTable(t_normal, 0, this->next_objid - 1, this->next_objid);
}