summaryrefslogtreecommitdiff
path: root/src/node_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_config.cc')
-rw-r--r--src/node_config.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/node_config.cc b/src/node_config.cc
index 27ec44b8d3..a8ffac2cc1 100644
--- a/src/node_config.cc
+++ b/src/node_config.cc
@@ -90,11 +90,6 @@ static void Initialize(Local<Object> target,
"bits",
Number::New(env->isolate(), 8 * sizeof(intptr_t)));
- const std::string& warning_file = env->options()->redirect_warnings;
- if (!warning_file.empty()) {
- READONLY_STRING_PROPERTY(target, "warningFile", warning_file);
- }
-
Local<Object> debug_options_obj = Object::New(isolate);
READONLY_PROPERTY(target, "debugOptions", debug_options_obj);