diff options
author | tsepez <tsepez@chromium.org> | 2017-01-03 12:41:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-03 12:41:21 -0800 |
commit | eda80ef83f1a28166bbf86c6808dda5f6623f08c (patch) | |
tree | fa99e89cc99a2cc4784d2b9f9860d880e06d37c6 /BUILD.gn | |
parent | b38c5dfcbb76dc5b731fb969423e4bedcbca19f6 (diff) | |
download | pdfium-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.gn | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |