Index: src/utils.h |
diff --git a/src/utils.h b/src/utils.h |
index 582c5769936947698217cf5fd5ef219ab7e919eb..822b4b2e1edfea7c79a2d3566ab3f7b98de9e082 100644 |
--- a/src/utils.h |
+++ b/src/utils.h |
@@ -1210,17 +1210,6 @@ int WriteAsCFile(const char* filename, const char* varname, |
// ---------------------------------------------------------------------------- |
-// Data structures |
- |
-template <typename T> |
-inline Vector< Handle<Object> > HandleVector(v8::internal::Handle<T>* elms, |
- int length) { |
- return Vector< Handle<Object> >( |
- reinterpret_cast<v8::internal::Handle<Object>*>(elms), length); |
-} |
- |
- |
-// ---------------------------------------------------------------------------- |
// Memory |
// Copies words from |src| to |dst|. The data spans must not overlap. |