From 4993f558f9df8f85404d4bca71808542d5a18266 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Sat, 22 Sep 2018 06:03:28 +0000 Subject: Remove CBC_CommonByteArray and CBC_QRCoderBlockPair. CBC_CommonByteArray is just a std::vector. CBC_QRCoderBlockPair is just a struct with two vectors. Change-Id: I9e5fdab18f07a1cff7ee486dfce619f9391c80dc Reviewed-on: https://pdfium-review.googlesource.com/42454 Commit-Queue: Lei Zhang Reviewed-by: Wei Li --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 6df4732d71..8a72c71d12 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1727,8 +1727,6 @@ if (pdf_enable_xfa) { "fxbarcode/common/BC_CommonBitArray.h", "fxbarcode/common/BC_CommonBitMatrix.cpp", "fxbarcode/common/BC_CommonBitMatrix.h", - "fxbarcode/common/BC_CommonByteArray.cpp", - "fxbarcode/common/BC_CommonByteArray.h", "fxbarcode/common/BC_CommonByteMatrix.cpp", "fxbarcode/common/BC_CommonByteMatrix.h", "fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", @@ -1801,8 +1799,6 @@ if (pdf_enable_xfa) { "fxbarcode/qrcode/BC_QRCoder.h", "fxbarcode/qrcode/BC_QRCoderBitVector.cpp", "fxbarcode/qrcode/BC_QRCoderBitVector.h", - "fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", - "fxbarcode/qrcode/BC_QRCoderBlockPair.h", "fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", "fxbarcode/qrcode/BC_QRCoderECBlocks.h", "fxbarcode/qrcode/BC_QRCoderECBlocksData.cpp", -- cgit v1.2.3