diff options
author | Björn Gustavsson <[email protected]> | 2015-12-16 14:38:55 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-12-16 15:52:26 +0100 |
commit | b74e7f4c1404a334be10c5d4a8b1ef5415405425 (patch) | |
tree | 4a2372341c9d184cf79fdfa360e7f4f0a184cc04 /erts | |
parent | 8a2c833d1ff02957d2fbd15640e876a5247a1b63 (diff) | |
download | otp-b74e7f4c1404a334be10c5d4a8b1ef5415405425.tar.gz otp-b74e7f4c1404a334be10c5d4a8b1ef5415405425.tar.bz2 otp-b74e7f4c1404a334be10c5d4a8b1ef5415405425.zip |
erl_prim_loader doc: Remove mention of user supplied loader
Custom loaders are no longer supported. Most of the documentation
for them were removed in c8a7d2d7.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl_prim_loader.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/doc/src/erl_prim_loader.xml b/erts/doc/src/erl_prim_loader.xml index 6fdec8c89e..8f66e07ae1 100644 --- a/erts/doc/src/erl_prim_loader.xml +++ b/erts/doc/src/erl_prim_loader.xml @@ -60,8 +60,6 @@ <c><anno>Filename</anno></c> is either an absolute file name or just the name of the file, for example <c>"lists.beam"</c>. If an internal path is set to the loader, this path is used to find the file. - If a user supplied loader is used, the path can be stripped - off if it is obsolete, and the loader does not use a path. <c><anno>FullName</anno></c> is the complete name of the fetched file. <c><anno>Bin</anno></c> is the contents of the file as a binary.</p> |