Chromium Code Reviews| Index: src/core/SkStream.cpp |
| diff --git a/src/core/SkStream.cpp b/src/core/SkStream.cpp |
| index 1d1c9b971ff2a366e889b1f87d4c9270e386c903..6dbde4dc6dded27c1d80e125699b97cf200c1632 100644 |
| --- a/src/core/SkStream.cpp |
| +++ b/src/core/SkStream.cpp |
| @@ -78,12 +78,6 @@ void SkWStream::flush() |
| { |
| } |
| -bool SkWStream::writeText(const char text[]) |
| -{ |
| - SkASSERT(text); |
| - return this->write(text, strlen(text)); |
| -} |
| - |
| bool SkWStream::writeDecAsText(int32_t dec) |
| { |
| char buffer[SkStrAppendS32_MaxSize]; |