Index: src/handles-inl.h |
diff --git a/src/handles-inl.h b/src/handles-inl.h |
index 1811023ffb77b1c7298aaac13311519d4d83be49..c0f2fda929a23c0ddcdb2bedbe358a0dec4269b4 100644 |
--- a/src/handles-inl.h |
+++ b/src/handles-inl.h |
@@ -51,16 +51,6 @@ inline T* Handle<T>::operator*() const { |
} |
-template <typename T> |
-HandleCell<T>::HandleCell(T* value) |
- : location_(HandleScope::CreateHandle(value)) { } |
- |
- |
-template <typename T> |
-HandleCell<T>::HandleCell(Handle<T> value) |
- : location_(HandleScope::CreateHandle(*value)) { } |
- |
- |
#ifdef DEBUG |
inline NoHandleAllocation::NoHandleAllocation() { |
v8::ImplementationUtilities::HandleScopeData* current = |