diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-28 12:25:39 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-28 12:25:39 -0700 |
commit | 5a256ad29483eb2b13e6e2c89fe0f77a9103f68f (patch) | |
tree | ff77b2c74d95216b3f885f74052d0b0562ae8c02 /core/include | |
parent | 00948f58ae4ba3713e2e25080c9e229ecbe929eb (diff) | |
download | pdfium-5a256ad29483eb2b13e6e2c89fe0f77a9103f68f.tar.xz |
Make CFX_WideString::LockBuffer() completely unused.
Then remove CFX_{Wide,Byte}String::LockBuffer(). Prelude to a vast
simplification. There's an additional copy now in one place, so
shoot me.
BUG=pdfium:144
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/ee7412f5aef353e5c6f1a64d0e1708ed926869d9
Review URL: https://codereview.chromium.org/1053613004
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxcrt/fx_string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index 1efb814b08..a7cf2e1c16 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -320,8 +320,6 @@ public: FX_LPSTR GetBuffer(FX_STRSIZE len); - FX_LPSTR LockBuffer(); - void ReleaseBuffer(FX_STRSIZE len = -1); CFX_ByteString Mid(FX_STRSIZE first) const; @@ -730,8 +728,6 @@ public: FX_LPWSTR GetBuffer(FX_STRSIZE len); - FX_LPWSTR LockBuffer(); - void ReleaseBuffer(FX_STRSIZE len = -1); int GetInteger() const; |