aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-07-19 11:47:16 +0200
committerLukas Larsson <[email protected]>2017-10-02 10:35:52 +0200
commit22cde2bda706c0bd8574f0a1301170c80b5f4340 (patch)
tree721d48d919aa21886f40d99b2b4f4dc930fa2d12 /erts/emulator/beam/erl_process.h
parent988f5f5e8061ce2e135a314ca782788eda478a06 (diff)
downloadotp-22cde2bda706c0bd8574f0a1301170c80b5f4340.tar.gz
otp-22cde2bda706c0bd8574f0a1301170c80b5f4340.tar.bz2
otp-22cde2bda706c0bd8574f0a1301170c80b5f4340.zip
erts: Remove eager check io
It is not longer relevant when using the poll thread
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index b4c06adc95..66d7848f89 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -105,7 +105,6 @@ struct saved_calls {
};
extern Export exp_send, exp_receive, exp_timeout;
-extern int erts_eager_check_io;
extern int erts_sched_compact_load;
extern int erts_sched_balance_util;
extern Uint erts_no_schedulers;