summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-11 13:30:37 -0800
committerLei Zhang <thestig@chromium.org>2016-01-11 13:30:37 -0800
commit884a7d3b64d220e95548492e28549615a7f86827 (patch)
treeda8c5efa4c4116d09fbf28755c0eea43731c5c73 /xfa/src/fgas/include
parent0ef109f1d6adbf9f22442989503c3d5a9db407cf (diff)
downloadpdfium-884a7d3b64d220e95548492e28549615a7f86827.tar.xz
XFA: Get rid of dead code in an #ifndef FX_FILESIZE block.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1572393002 .
Diffstat (limited to 'xfa/src/fgas/include')
-rw-r--r--xfa/src/fgas/include/fx_stm.h6
1 files changed, 0 insertions, 6 deletions
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 {