summaryrefslogtreecommitdiff
path: root/src/lib/null_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/null_log.h')
-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>) {}
};