Remove unnecessary stuff.

This commit is contained in:
Michael Kasperovich 2015-11-24 19:24:47 +03:00 committed by vitaut
parent d266adf805
commit 8265263c5d

View File

@ -2088,11 +2088,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.