aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-count-strings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-count-strings.cc')
-rw-r--r--examples/pdf-count-strings.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/pdf-count-strings.cc b/examples/pdf-count-strings.cc
index 81718298..072f8b5c 100644
--- a/examples/pdf-count-strings.cc
+++ b/examples/pdf-count-strings.cc
@@ -62,8 +62,6 @@ StringCounter::handleEOF()
// can enhance the output if we want.
write("\n% strings found: ");
write(QUtil::int_to_string(this->count));
- // If you override handleEOF, you must always remember to call finish().
- finish();
}
int