diff options
author | James M Snell <jasnell@gmail.com> | 2017-08-16 09:34:37 -0700 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2017-08-18 15:02:12 -0700 |
commit | 35f6e59dfce2f4f525d02d84aabe26bf111de567 (patch) | |
tree | 1f0b0a6dd4719ca09bc0cee08c0bfc6975272ab6 /src/node_config.cc | |
parent | b5bad25110ef15a9d9befb2b110608b709e1fc2f (diff) | |
download | node-new-35f6e59dfce2f4f525d02d84aabe26bf111de567.tar.gz |
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.cc | 1 |
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; |