diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-05 11:59:28 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 16:40:57 +0000 |
commit | 0e3a4ffcd73dab2a7d5534b7b97cb5e0a0a2edf9 (patch) | |
tree | 8a59fa80f990dd7be5e8942f2d0df3a7512762dc /BUILD.gn | |
parent | 2bf05a6ca144e78223795ae1716875d3c9b8acb1 (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |