aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr/base.cxx')
-rw-r--r--odb/details/shared-ptr/base.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/odb/details/shared-ptr/base.cxx b/odb/details/shared-ptr/base.cxx
index e03d76e..77a571e 100644
--- a/odb/details/shared-ptr/base.cxx
+++ b/odb/details/shared-ptr/base.cxx
@@ -26,17 +26,6 @@ namespace odb
return new not_shared (*this);
}
- bool shared_base::
- _dec_ref_callback ()
- {
- bool r (--counter_ == 0);
-
- if (r)
- r = callback_->zero_counter (callback_->arg);
-
- return r;
- }
-
namespace bits
{
size_t* locator_common::