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:
parent
7898e2666a
commit
64a1c520c6
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue