summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-04 10:20:45 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-04 17:33:06 +0000
commit6ed297c5b418f8c9435b656b565cf48e6dcc2836 (patch)
treeddf6a61df6e2869b065edc1245ad57c0ff71f2ad /BUILD.gn
parentadb19b0b11ab16a406d23797564fc0ec3a5da245 (diff)
downloadpdfium-6ed297c5b418f8c9435b656b565cf48e6dcc2836.tar.xz
Remove CFX_CRTFileAccess
The CFX_CRTFileAccess class was only used in one place and only provided one method. That method was folded back into the caller and the class removed. Change-Id: I5e670474244a9ec037b6d099d67bd5091cac7ff4 Reviewed-on: https://pdfium-review.googlesource.com/15410 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: Ryan Harrison <rharrison@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 0c6ddaefb8..5464d1c4cf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -895,8 +895,6 @@ static_library("fxcrt") {
"core/fxcrt/cfx_char.h",
"core/fxcrt/cfx_checksumcontext.cpp",
"core/fxcrt/cfx_checksumcontext.h",
- "core/fxcrt/cfx_crtfileaccess.cpp",
- "core/fxcrt/cfx_crtfileaccess.h",
"core/fxcrt/cfx_decimal.cpp",
"core/fxcrt/cfx_decimal.h",
"core/fxcrt/cfx_seekablestreamproxy.cpp",