summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-09-06 13:18:52 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-09-09 14:38:20 +0200
commit82787fb04e23d9413460eaad9481be000e378774 (patch)
treece4dad126abfc65e4247f20f27caf5a6335bb1a5 /src/env.h
parent5977f28ebf1855580a2eef46ec609acc6ef5ca07 (diff)
downloadandroid-node-v8-82787fb04e23d9413460eaad9481be000e378774.tar.gz
android-node-v8-82787fb04e23d9413460eaad9481be000e378774.tar.bz2
android-node-v8-82787fb04e23d9413460eaad9481be000e378774.zip
src: remove trace_sync_io_ from env
This commit removes trace_sync_io_ and instead uses the options value directly. PR-URL: https://github.com/nodejs/node/pull/22726 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index fa802e4016..df56194501 100644
--- a/src/env.h
+++ b/src/env.h
@@ -913,7 +913,6 @@ class Environment {
TickInfo tick_info_;
const uint64_t timer_base_;
bool printed_error_;
- bool trace_sync_io_;
bool abort_on_uncaught_exception_;
bool emit_env_nonstring_warning_;
size_t makecallback_cntr_;