From 8265263c5d809d2949a017617b420346a44c1e1b 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 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.