aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libqpdf/QPDFWriter.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc
index 77968078..3dcff164 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();