From 7b6117344bc27d51ffc37442fa99a21055e96dbd Mon Sep 17 00:00:00 2001 From: Michael Kasperovich Date: Tue, 24 Nov 2015 19:24:47 +0300 Subject: [PATCH] Remove unnecessary stuff. --- format.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/format.h b/format.h index 8c828885..91f16e7f 100644 --- a/format.h +++ b/format.h @@ -2028,11 +2028,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.