aboutsummaryrefslogtreecommitdiff
path: root/src/node_config.cc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-08-16 09:34:37 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-18 15:02:12 -0700
commit35f6e59dfce2f4f525d02d84aabe26bf111de567 (patch)
tree1f0b0a6dd4719ca09bc0cee08c0bfc6975272ab6 /src/node_config.cc
parentb5bad25110ef15a9d9befb2b110608b709e1fc2f (diff)
downloadandroid-node-v8-35f6e59dfce2f4f525d02d84aabe26bf111de567.tar.gz
android-node-v8-35f6e59dfce2f4f525d02d84aabe26bf111de567.tar.bz2
android-node-v8-35f6e59dfce2f4f525d02d84aabe26bf111de567.zip
src: minor cleanup for node_revert
Make the revert related functions inline to eliminate the need for node_revert.cc, prefix the constants and the def, other misc cleanup PR-URL: https://github.com/nodejs/node/pull/14864 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_config.cc')
-rw-r--r--src/node_config.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_config.cc b/src/node_config.cc
index d4fb991c58..64263fb2d6 100644
--- a/src/node_config.cc
+++ b/src/node_config.cc
@@ -6,7 +6,6 @@
#include "util-inl.h"
#include "node_debug_options.h"
-
namespace node {
using v8::Boolean;