summaryrefslogtreecommitdiff
path: root/src/base_object-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_object-inl.h')
-rw-r--r--src/base_object-inl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base_object-inl.h b/src/base_object-inl.h
index 4fc9210b39..f35cd6734e 100644
--- a/src/base_object-inl.h
+++ b/src/base_object-inl.h
@@ -63,10 +63,6 @@ BaseObject::~BaseObject() {
}
}
-void BaseObject::RemoveCleanupHook() {
- env_->RemoveCleanupHook(DeleteMe, static_cast<void*>(this));
-}
-
void BaseObject::Detach() {
CHECK_GT(pointer_data()->strong_ptr_count, 0);
pointer_data()->is_detached = true;