summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-05 11:59:28 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-05 16:40:57 +0000
commit0e3a4ffcd73dab2a7d5534b7b97cb5e0a0a2edf9 (patch)
tree8a59fa80f990dd7be5e8942f2d0df3a7512762dc /BUILD.gn
parent2bf05a6ca144e78223795ae1716875d3c9b8acb1 (diff)
downloadpdfium-0e3a4ffcd73dab2a7d5534b7b97cb5e0a0a2edf9.tar.xz
Remove unused CFX_CharIter class
The CFX_CharIter class was only used in a single Attach call of CFX_WordBreak which is never called. Removed. Change-Id: I8262cbb25d341b976ab85095250357fecba48fbc Reviewed-on: https://pdfium-review.googlesource.com/13091 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2d226da0d5..3d3917fe70 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -889,8 +889,6 @@ static_library("fxcrt") {
"core/fxcrt/cfx_blockbuffer.h",
"core/fxcrt/cfx_char.cpp",
"core/fxcrt/cfx_char.h",
- "core/fxcrt/cfx_chariter.cpp",
- "core/fxcrt/cfx_chariter.h",
"core/fxcrt/cfx_checksumcontext.cpp",
"core/fxcrt/cfx_checksumcontext.h",
"core/fxcrt/cfx_crtfileaccess.cpp",