Commit 8265263c authored by Michael Kasperovich's avatar Michael Kasperovich Committed by vitaut

Remove unnecessary stuff.

parent d266adf8
...@@ -2088,11 +2088,6 @@ class BasicWriter { ...@@ -2088,11 +2088,6 @@ class BasicWriter {
*/ */
std::size_t size() const { return buffer_.size(); } std::size_t size() const { return buffer_.size(); }
/**
Returns underlying buffer.
*/
Buffer<Char>& buffer() const { return buffer_; }
/** /**
Returns a pointer to the output buffer content. No terminating null Returns a pointer to the output buffer content. No terminating null
character is appended. character is appended.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment