summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-28 02:14:38 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-28 02:14:38 +0200
commitbb06898322fc19e59bb8ac539bdc3ef36936b22d (patch)
tree9c777bce1f8f167ff2b732f570e515c0680bc98b /src/lib
parent27522823a54e240b58fa4f104e84d40167f576c2 (diff)
Remove some unnecessary methods.v2.15.65
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/null_log.h5
1 files changed, 0 insertions, 5 deletions
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<const LogEntry>) {}
};