From bb06898322fc19e59bb8ac539bdc3ef36936b22d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 28 Apr 2020 02:14:38 +0200 Subject: Remove some unnecessary methods. --- src/lib/null_log.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/null_log.h b/src/lib/null_log.h index 4a21723a2..01bc324cb 100644 --- a/src/lib/null_log.h +++ b/src/lib/null_log.h @@ -22,11 +22,6 @@ class NullLog : public Log { -public: - std::string head_and_tail (int) const { - return ""; - } - private: void do_log (boost::shared_ptr) {} }; -- cgit v1.2.3