diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc index 7796807..3dcff16 100644 --- a/libqpdf/QPDFWriter.cc +++ b/libqpdf/QPDFWriter.cc @@ -3333,9 +3333,7 @@ QPDFWriter::writeStandard() enqueueObjectsStandard(); } - // Now start walking queue, outputting each object. There shouldn't - // really be any here, but this will catch anything that somehow - // got missed. + // Now start walking queue, outputting each object. while (this->m->object_queue.size()) { QPDFObjectHandle cur_object = this->m->object_queue.front();