| Index: core/fxcrt/fx_basic_buffer.cpp
|
| diff --git a/core/fxcrt/fx_basic_buffer.cpp b/core/fxcrt/fx_basic_buffer.cpp
|
| index 5a75f8b487eb5010cd762f284acc0c470ae90600..35b29610645f54da4d4de5b3ccf478caa95e33e1 100644
|
| --- a/core/fxcrt/fx_basic_buffer.cpp
|
| +++ b/core/fxcrt/fx_basic_buffer.cpp
|
| @@ -100,10 +100,6 @@ void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos,
|
| m_DataSize += size;
|
| }
|
|
|
| -CFX_ByteStringC CFX_ByteTextBuf::AsStringC() const {
|
| - return CFX_ByteStringC(m_pBuffer.get(), m_DataSize);
|
| -}
|
| -
|
| CFX_ByteTextBuf& CFX_ByteTextBuf::operator<<(const CFX_ByteStringC& lpsz) {
|
| AppendBlock(lpsz.raw_str(), lpsz.GetLength());
|
| return *this;
|
|
|