diff options
author | Björn Gustavsson <[email protected]> | 2015-12-16 15:15:03 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-12-16 15:52:26 +0100 |
commit | 566a7f4324376428f3f0f6a77bc57679f04ada78 (patch) | |
tree | 57950e7fa819471d09b18a219f3fcd3527ce4863 /lib/compiler/info | |
parent | af9bfce55f0df03edaab638dcd3612c8478dfcc9 (diff) | |
download | otp-566a7f4324376428f3f0f6a77bc57679f04ada78.tar.gz otp-566a7f4324376428f3f0f6a77bc57679f04ada78.tar.bz2 otp-566a7f4324376428f3f0f6a77bc57679f04ada78.zip |
Clean up start of erl_prim_loader
The 'init' module fetches command line parameters and passes them
to erl_prim_loader:start/3.
The code can be simplified if 'init' calls a new
erl_prim_loader:start/0 function that itself fetches the necessary
command line parameters. Also remove the documentation for the start()
function, since it there is no way that it can be usefully called by
a user application.
While we are at it, also get rid of '-id' command line parameter,
which is fetched and stored but never actually used.
Diffstat (limited to 'lib/compiler/info')
0 files changed, 0 insertions, 0 deletions