From 68ee086a1f61dd9a886c96dae8d30de7c9d535fb Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 5 Feb 2015 17:33:27 -0800 Subject: Kill off some more unreachable fopen's. The bstring's read from file is unused. The load from file paths aren't taken. R=jam@chromium.org Review URL: https://codereview.chromium.org/902943003 --- core/include/fxcrt/fx_string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/include/fxcrt/fx_string.h') diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index 33634f8379..e4546a0b7c 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -348,7 +348,6 @@ public: FX_DWORD GetID(FX_STRSIZE start_pos = 0) const; - static CFX_ByteString LoadFromFile(FX_BSTR file_path); #define FXFORMAT_SIGNED 1 #define FXFORMAT_HEX 2 #define FXFORMAT_CAPITAL 4 -- cgit v1.2.3