diff options
author | Richard Carlsson <richardc@klarna.com> | 2018-05-23 10:05:02 +0200 |
---|---|---|
committer | Richard Carlsson <richardc@klarna.com> | 2018-05-23 13:38:59 +0200 |
commit | 7929308b53009596e1560eedca77b96b70e14aec (patch) | |
tree | b8bdb625910dfa6499b736d1461f459bad7e8050 /erts/etc/common/erlexec.c | |
parent | f188b1618c9fae9771070afd2735bd36f4da0763 (diff) | |
download | erlang-7929308b53009596e1560eedca77b96b70e14aec.tar.gz |
Remove broken and undocumented boot function emulator option
Diffstat (limited to 'erts/etc/common/erlexec.c')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 21a3f40c97..12a1dc998a 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -822,7 +822,6 @@ int main(int argc, char **argv) case '#': case 'a': case 'A': - case 'b': case 'C': case 'e': case 'i': |