aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/otp_internal.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-05-25 13:28:08 +0200
committerMicael Karlberg <[email protected]>2018-09-27 15:28:21 +0200
commitdf67310726dd4c9935e8240a08b664f5130e9aca (patch)
tree6d702141a94c1262290239694d895536f765210a /lib/stdlib/src/otp_internal.erl
parent08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff)
downloadotp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.gz
otp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.bz2
otp-df67310726dd4c9935e8240a08b664f5130e9aca.zip
os_mon: Remove the os_mon MIBS support
The otp_mibs application is to be removed so we also remove the os_mon usage of that application.
Diffstat (limited to 'lib/stdlib/src/otp_internal.erl')
-rw-r--r--lib/stdlib/src/otp_internal.erl6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index aaed13ba3a..2cfc702b53 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -398,10 +398,8 @@ obsolete_1(megaco, format_versions, 1) ->
%% *** OS-MON-MIB ***
-obsolete_1(os_mon_mib, init, 1) ->
- {deprecated, {os_mon_mib, load, 1}};
-obsolete_1(os_mon_mib, stop, 1) ->
- {deprecated, {os_mon_mib, unload, 1}};
+obsolete_1(os_mon_mib, _, _) ->
+ {removed, "was removed in 22.0"};
obsolete_1(auth, is_auth, 1) ->
{deprecated, {net_adm, ping, 1}};