diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-01-30 11:09:28 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-01-30 11:09:28 +0100 |
commit | 433918a391238187a61532f13b504a97e6cb4a53 (patch) | |
tree | d55d9bb28734a1d2a50670725247954308227c6c /erts | |
parent | f66f3b49915e2481b8f5a016afee919bd0f9d144 (diff) | |
download | otp-433918a391238187a61532f13b504a97e6cb4a53.tar.gz otp-433918a391238187a61532f13b504a97e6cb4a53.tar.bz2 otp-433918a391238187a61532f13b504a97e6cb4a53.zip |
erts: Remove unnecessary warnings
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 2859f22bf4..8865f8abdc 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3832,10 +3832,6 @@ RealSystem = system + MissedSystem</code> <desc> <p>Returns a string corresponding to the text representation of <c><anno>Pid</anno></c>.</p> - <warning> - <p>This BIF is intended for debugging and is not to be used - in application programs.</p> - </warning> </desc> </func> @@ -4408,10 +4404,6 @@ RealSystem = system + MissedSystem</code> <desc> <p>Returns a string corresponding to the text representation of the port identifier <c><anno>Port</anno></c>.</p> - <warning> - <p>This BIF is intended for debugging. It is not to be used - in application programs.</p> - </warning> </desc> </func> |