summaryrefslogtreecommitdiff
path: root/src/buffer_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.hh')
-rw-r--r--src/buffer_manager.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index 17388c92..014d241e 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -16,7 +16,6 @@ public:
using BufferList = Vector<SafePtr<Buffer>>;
using iterator = BufferList::const_iterator;
- BufferManager();
~BufferManager();
void register_buffer(Buffer& buffer);