mirror of https://github.com/grpc/grpc-node.git
Remove another instance of '#ifdef GRPC_UV' from Node extension
This commit is contained in:
parent
16dbbf4fab
commit
4e553f118b
|
|
@ -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…
Reference in New Issue