Skip to content
Snippets Groups Projects
Commit bc528641 authored by murgatroid99's avatar murgatroid99
Browse files

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

parent 3049462b
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ ...@@ -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) { ...@@ -95,5 +93,3 @@ void CompletionQueueInit(Local<Object> exports) {
} // namespace node } // namespace node
} // namespace grpc } // namespace grpc
#endif /* GRPC_UV */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment