aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-04-25 10:35:56 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-04-25 10:35:56 -0700
commit627e2a5abd2e4146c85625e98083a95846ad57e8 (patch)
tree86df95aa6046b2c6313041a6054040dc47a5189f /src
parentbac1c1b6bf0efcf02e03941810ea387f6c2c9587 (diff)
Remove another from Node extension
Diffstat (limited to 'src')
-rw-r--r--src/node/ext/node_grpc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node/ext/node_grpc.cc b/src/node/ext/node_grpc.cc
index 3b0ce0d149..f600cb9def 100644
--- a/src/node/ext/node_grpc.cc
+++ b/src/node/ext/node_grpc.cc
@@ -435,9 +435,7 @@ void init(Local<Object> exports) {
InitWriteFlags(exports);
InitLogConstants(exports);
-#ifdef GRPC_UV
grpc_pollset_work_run_loop = 0;
-#endif
grpc::node::Call::Init(exports);
grpc::node::CallCredentials::Init(exports);