Index: base/callback_internal.cc |
diff --git a/base/callback_internal.cc b/base/callback_internal.cc |
index 5acade0ccb8da5d11ff9fe2953d4762f377c37d3..ed0fb0dd0cce05e1566401726d063b6a9d25cb33 100644 |
--- a/base/callback_internal.cc |
+++ b/base/callback_internal.cc |
@@ -9,10 +9,6 @@ |
namespace base { |
namespace internal { |
-bool CallbackBase::is_null() const { |
- return bind_state_.get() == NULL; |
-} |
- |
void CallbackBase::Reset() { |
polymorphic_invoke_ = NULL; |
// NULL the bind_state_ last, since it may be holding the last ref to whatever |