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

pull/10825/head
murgatroid99 8 years ago
parent 3049462b75
commit bc528641fe
  1. 4
      src/node/ext/completion_queue.cc

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

Loading…
Cancel
Save