aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-27 15:51:41 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-27 16:57:48 +0100
commitbcea54fcaa16a7d5feff0c4cd038fea51d1359ea (patch)
tree2c0dc1076a7963c0d9ac77fc8bb87a57ef7ad964 /TODO
parent81d2c548dc619e21519651606970c21f720c8658 (diff)
downloadqpdf-bcea54fcaa16a7d5feff0c4cd038fea51d1359ea.tar.zst
Revert removal of unreadCh change for performance
Turns out unreadCh is much more efficient than seek(-1, SEEK_CUR). Update comments and code to reflect this.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 80dbb9a9..29bb38ab 100644
--- a/TODO
+++ b/TODO
@@ -157,10 +157,6 @@ ABI Changes
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
-* Consider removing InputSource::unreadCh. Maybe we can declare it
- final and delete so it will be forced to be removed from derived
- classes.
-
C++-11
======