move deleter to a separate file

This commit is contained in:
Joe Thornber
2011-11-08 10:30:13 +00:00
parent c6dbccd15a
commit 6dc6110684
3 changed files with 20 additions and 11 deletions

View File

@@ -120,7 +120,6 @@ namespace persistent_data {
const_buffer &data() const;
protected:
friend class block_manager; // FIXME: still needed?
block_manager<BlockSize> const &bm_;
block_ptr block_;
unsigned *holders_;