diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-18 12:25:38 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-18 17:16:16 +0000 |
commit | 94c5e25840046b7bf976d2d568e19ad63b656ade (patch) | |
tree | 4755720f744fe9c4af83305322e991bdc1431e1b | |
parent | 5f28b86694455e5ef37736b73fe17d2c271ac721 (diff) | |
download | pdfium-94c5e25840046b7bf976d2d568e19ad63b656ade.tar.xz |
Remove unused class
The CFindFileDataW class is never used.
Change-Id: I230e1e1f2a5cc6a498ac104d156b9f685324a707
Reviewed-on: https://pdfium-review.googlesource.com/4293
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
-rw-r--r-- | core/fxcrt/fx_stream.h | 6 |
1 files changed, 0 insertions, 6 deletions
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_ |