From 94c5e25840046b7bf976d2d568e19ad63b656ade Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 18 Apr 2017 12:25:38 -0400 Subject: Remove unused class The CFindFileDataW class is never used. Change-Id: I230e1e1f2a5cc6a498ac104d156b9f685324a707 Reviewed-on: https://pdfium-review.googlesource.com/4293 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_stream.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/fxcrt') diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h index 51a602dfb5..f77da29de3 100644 --- a/core/fxcrt/fx_stream.h +++ b/core/fxcrt/fx_stream.h @@ -165,12 +165,6 @@ class CFindFileDataA : public CFindFileData { ~CFindFileDataA() override {} WIN32_FIND_DATAA m_FindData; }; - -class CFindFileDataW : public CFindFileData { - public: - ~CFindFileDataW() override {} - WIN32_FIND_DATAW m_FindData; -}; #endif #endif // CORE_FXCRT_FX_STREAM_H_ -- cgit v1.2.3