Remove unnecessary stuff.

This commit is contained in:
Michael Kasperovich 2015-11-24 19:24:47 +03:00
parent 69179b952c
commit 7b6117344b

View File

@ -2028,11 +2028,6 @@ class BasicWriter {
*/
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
character is appended.