| Index: core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_string.cpp b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| index 52f6a5a836ef853d04794e9053aabaf6945bdf8a..4b92596242489bfab39f15a9d80122e1c21cb979 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| @@ -31,10 +31,6 @@ CFX_ByteString CPDF_String::GetString() const {
|
| return m_String;
|
| }
|
|
|
| -CFX_ByteStringC CPDF_String::GetConstString() const {
|
| - return m_String.AsStringC();
|
| -}
|
| -
|
| void CPDF_String::SetString(const CFX_ByteString& str) {
|
| m_String = str;
|
| }
|
|
|