diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-05-24 01:42:22 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-05-23 17:31:29 -0700 |
commit | 9cec08e49022c57efca252a74c778e18c11b80d3 (patch) | |
tree | 7bfbdfc90a506d14c66dd3d6fa77c23e818d2aa7 /src/node_constants.cc | |
parent | 207901e7de1ceeb35b73a9aa4bc1f3bb9ab0ff2c (diff) | |
download | node-new-9cec08e49022c57efca252a74c778e18c11b80d3.tar.gz |
Batch of ev -> uv changes
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r-- | src/node_constants.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc index 1d14fcc60b..bdc2c3f333 100644 --- a/src/node_constants.cc +++ b/src/node_constants.cc @@ -21,7 +21,7 @@ #include <node_constants.h> -#include <ev.h> +#include <uv.h> #include <errno.h> #include <unistd.h> @@ -44,9 +44,6 @@ namespace node { using namespace v8; void DefineConstants(Handle<Object> target) { - NODE_DEFINE_CONSTANT(target, EV_MINPRI); - NODE_DEFINE_CONSTANT(target, EV_MAXPRI); - // file access modes NODE_DEFINE_CONSTANT(target, O_RDONLY); NODE_DEFINE_CONSTANT(target, O_WRONLY); |