diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-26 10:52:31 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-26 10:52:31 -0700 |
commit | 56a547dd81202c49d01232c358a28db886fd46ed (patch) | |
tree | 67e8361de65edf5e38d252fccc3b0880555af79c /core/include/fxcrt/fx_system.h | |
parent | d0c02bb2d185333768885ff9325badc23bd044ef (diff) | |
download | pdfium-56a547dd81202c49d01232c358a28db886fd46ed.tar.xz |
XFA: Remove unused FXSYS_i64tow()
Missing merge from master.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1405133009 .
Diffstat (limited to 'core/include/fxcrt/fx_system.h')
-rw-r--r-- | core/include/fxcrt/fx_system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h index 0ca04307a9..53789581d7 100644 --- a/core/include/fxcrt/fx_system.h +++ b/core/include/fxcrt/fx_system.h @@ -273,7 +273,6 @@ int32_t FXSYS_wtoi(const FX_WCHAR* str); int64_t FXSYS_atoi64(const FX_CHAR* str); int64_t FXSYS_wtoi64(const FX_WCHAR* str); const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix); -const FX_WCHAR* FXSYS_i64tow(int64_t value, FX_WCHAR* str, int radix); int FXSYS_round(FX_FLOAT f); #define FXSYS_Mul(a, b) ((a) * (b)) #define FXSYS_Div(a, b) ((a) / (b)) |