Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / base / callback_internal.cc
index 5acade0..ed0fb0d 100644 (file)
@@ -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