diff --git a/src/node_file.cc b/src/node_file.cc index 606900f2273866..960fd052e88014 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