From 7a1220dc1c0051f2a6bf50f3f38419ae51ecb9a1 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 17 Mar 2017 14:17:25 -0700 Subject: Replace CLines class with std::vector. m_LineArray only grows via push_back of non-null pointer, so remove some null checks. Another little idiosyncrasy is CLines::Clear() doesn't clear the items in CLines, only the things that were once in CLines but aren't anymore. So don't call it. Change-Id: Icc434be94b1b0522533c7533b8f6b2736bb864c4 Reviewed-on: https://pdfium-review.googlesource.com/3099 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 1442cd114c..c1e9d0534d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -273,8 +273,6 @@ static_library("fpdfdoc") { sources = [ "core/fpdfdoc/cline.cpp", "core/fpdfdoc/cline.h", - "core/fpdfdoc/clines.cpp", - "core/fpdfdoc/clines.h", "core/fpdfdoc/cpdf_aaction.cpp", "core/fpdfdoc/cpdf_aaction.h", "core/fpdfdoc/cpdf_action.cpp", -- cgit v1.2.3