1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove unused method GetHandle()

This commit is contained in:
Charles Lowell 2012-06-07 12:04:43 -05:00
parent 7898e2666a
commit 64a1c520c6

View file

@ -119,7 +119,6 @@ public:
}
}
inline v8::Handle<T> operator->() const { return *this;}
inline v8::Handle<T> GetHandle() const { return *this;}
inline v8::Handle<T> operator*() const {return *this;}
static v8::Handle<T> * array(VALUE argv, std::vector< v8::Handle<T> >& v) {