summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2017-01-03 12:41:21 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-03 12:41:21 -0800
commiteda80ef83f1a28166bbf86c6808dda5f6623f08c (patch)
treefa99e89cc99a2cc4784d2b9f9860d880e06d37c6 /BUILD.gn
parentb38c5dfcbb76dc5b731fb969423e4bedcbca19f6 (diff)
downloadpdfium-eda80ef83f1a28166bbf86c6808dda5f6623f08c.tar.xz
Kill last use of CFX_PtrList.
I'd been waiting on this hoping the code would be refactored out of existence, but it looks to be used. Use tests against x.end() in place of a "null position". This is greatly complicated by the use of "tail position", which now calcluated by std::prev(x.end()) unless the list is empty. Review-Url: https://codereview.chromium.org/2592163002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b9f648fa95..1244bccf99 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -729,7 +729,6 @@ static_library("fxcrt") {
"core/fxcrt/fx_basic_buffer.cpp",
"core/fxcrt/fx_basic_coords.cpp",
"core/fxcrt/fx_basic_gcc.cpp",
- "core/fxcrt/fx_basic_list.cpp",
"core/fxcrt/fx_basic_memmgr.cpp",
"core/fxcrt/fx_basic_plex.cpp",
"core/fxcrt/fx_basic_utf.cpp",