diff --git a/format.h b/format.h index b5482ee5..09007a45 100644 --- a/format.h +++ b/format.h @@ -2088,11 +2088,6 @@ class BasicWriter { */ std::size_t size() const { return buffer_.size(); } - /** - Returns underlying buffer. - */ - Buffer& buffer() const { return buffer_; } - /** Returns a pointer to the output buffer content. No terminating null character is appended.