From 884a7d3b64d220e95548492e28549615a7f86827 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 11 Jan 2016 13:30:37 -0800 Subject: XFA: Get rid of dead code in an #ifndef FX_FILESIZE block. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1572393002 . --- xfa/src/fgas/include/fx_stm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xfa/src/fgas/include') diff --git a/xfa/src/fgas/include/fx_stm.h b/xfa/src/fgas/include/fx_stm.h index e647924d2d..89422b0a8c 100644 --- a/xfa/src/fgas/include/fx_stm.h +++ b/xfa/src/fgas/include/fx_stm.h @@ -9,15 +9,9 @@ class IFX_Stream; IFX_FileRead* FX_CreateFileRead(IFX_Stream* pBaseStream, FX_BOOL bReleaseStream = FALSE); -#ifdef FX_FILESIZE IFX_FileRead* FX_CreateFileRead(IFX_BufferRead* pBufferRead, FX_FILESIZE iFileSize = -1, FX_BOOL bReleaseStream = TRUE); -#else -IFX_FileRead* FX_CreateFileRead(IFX_BufferRead* pBufferRead, - int32_t iFileSize = -1, - FX_BOOL bReleaseStream = TRUE); -#endif IFX_FileWrite* FX_CreateFileWrite(IFX_Stream* pBaseStream, FX_BOOL bReleaseStream = FALSE); enum FX_STREAMACCESS { -- cgit v1.2.3