Remove another instance of '#ifdef GRPC_UV' from Node extension

pull/10912/head
murgatroid99 8 years ago committed by David Garcia Quintas
parent a64f38d308
commit 37797bdfa5
  1. 4
      src/node/ext/completion_queue.cc

@ -31,8 +31,6 @@
* *
*/ */
#ifdef GRPC_UV
#include <grpc/grpc.h> #include <grpc/grpc.h>
#include <node.h> #include <node.h>
#include <uv.h> #include <uv.h>
@ -95,5 +93,3 @@ void CompletionQueueInit(Local<Object> exports) {
} // namespace node } // namespace node
} // namespace grpc } // namespace grpc
#endif /* GRPC_UV */

Loading…
Cancel
Save