NewOperatorFactory is not used

This commit is contained in:
Cheng Zhao 2016-08-02 16:20:29 +09:00
parent 0a48af9ff7
commit a259d10bcb

View file

@ -180,12 +180,6 @@ class Constructor {
DISALLOW_COPY_AND_ASSIGN(Constructor);
};
template<typename T>
WrappableBase* NewOperatorFactory() {
return new T;
}
template<typename T, typename Sig>
v8::Local<v8::Function> CreateConstructor(
v8::Isolate* isolate,