mirror of https://github.com/grpc/grpc-node.git
Remove another from Node extension
This commit is contained in:
parent
c084b4464a
commit
cf65112c24
|
@ -435,9 +435,7 @@ void init(Local<Object> exports) {
|
||||||
InitWriteFlags(exports);
|
InitWriteFlags(exports);
|
||||||
InitLogConstants(exports);
|
InitLogConstants(exports);
|
||||||
|
|
||||||
#ifdef GRPC_UV
|
|
||||||
grpc_pollset_work_run_loop = 0;
|
grpc_pollset_work_run_loop = 0;
|
||||||
#endif
|
|
||||||
|
|
||||||
grpc::node::Call::Init(exports);
|
grpc::node::Call::Init(exports);
|
||||||
grpc::node::CallCredentials::Init(exports);
|
grpc::node::CallCredentials::Init(exports);
|
||||||
|
|
Loading…
Reference in New Issue