summaryrefslogtreecommitdiff
path: root/src/env-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env-inl.h')
-rw-r--r--src/env-inl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/env-inl.h b/src/env-inl.h
index 992e51354e..4765d0db98 100644
--- a/src/env-inl.h
+++ b/src/env-inl.h
@@ -38,14 +38,6 @@
#include <utility>
-#ifdef _WIN32
-/* MAX_PATH is in characters, not bytes. Make sure we have enough headroom. */
-#define CWD_BUFSIZE (MAX_PATH * 4)
-#else
-#include <climits> // PATH_MAX on Solaris.
-#define CWD_BUFSIZE (PATH_MAX)
-#endif
-
namespace node {
inline v8::Isolate* IsolateData::isolate() const {