From 56a547dd81202c49d01232c358a28db886fd46ed Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 26 Oct 2015 10:52:31 -0700 Subject: XFA: Remove unused FXSYS_i64tow() Missing merge from master. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1405133009 . --- core/include/fxcrt/fx_system.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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)) -- cgit v1.2.3