aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-07-02 21:14:58 +0200
committerSverker Eriksson <[email protected]>2018-07-02 21:17:42 +0200
commit8d5418b9b89b24ac04477b6141d440f5099f0f81 (patch)
treeba38207fe988642933ce49d08850715353cfa6c0 /lib/runtime_tools
parent2f029aa2df32c2d0c1fdd2801ed52cbadafd56f7 (diff)
downloadotp-8d5418b9b89b24ac04477b6141d440f5099f0f81.tar.gz
otp-8d5418b9b89b24ac04477b6141d440f5099f0f81.tar.bz2
otp-8d5418b9b89b24ac04477b6141d440f5099f0f81.zip
erts,runtime_tools: Remove some vfork residues
The use of vfork was removed in OTP-19 with the introduction of the dedicated forker process.
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/src/system_information.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/system_information.erl b/lib/runtime_tools/src/system_information.erl
index 136ee55b54..8f7bfa195b 100644
--- a/lib/runtime_tools/src/system_information.erl
+++ b/lib/runtime_tools/src/system_information.erl
@@ -400,7 +400,6 @@ os_getenv_erts_specific() ->
"ERL_MALLOC_LIB",
"ERL_MAX_PORTS",
"ERL_MAX_ETS_TABLES",
- "ERL_NO_VFORK",
"ERL_NO_KERNEL_POLL",
"ERL_THREAD_POOL_SIZE",
"ERLC_EMULATOR",