summaryrefslogtreecommitdiff
path: root/src/node_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_file.cc')
-rw-r--r--src/node_file.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_file.cc b/src/node_file.cc
index 606900f227..960fd052e8 100644
--- a/src/node_file.cc
+++ b/src/node_file.cc
@@ -74,10 +74,6 @@ using v8::Uint32;
using v8::Undefined;
using v8::Value;
-#ifndef MIN
-# define MIN(a, b) ((a) < (b) ? (a) : (b))
-#endif
-
#ifndef S_ISDIR
# define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#endif