aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/snmp_test_mgr.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-07-18 15:11:14 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-07-19 20:22:56 +0200
commitdb1d1ad5f78f11992551112da7019cb3fbfa5bb9 (patch)
tree70dcee900eeaed57f49654c74a861121a9305f31 /lib/snmp/test/snmp_test_mgr.erl
parentc05db88a9ab69bd25cae378210b1b1b35dbd68c6 (diff)
downloadotp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.tar.gz
otp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.tar.bz2
otp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.zip
snmp: Remove VxWorks
Diffstat (limited to 'lib/snmp/test/snmp_test_mgr.erl')
-rw-r--r--lib/snmp/test/snmp_test_mgr.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_test_mgr.erl b/lib/snmp/test/snmp_test_mgr.erl
index 499cf7abcf..40fcbce8f1 100644
--- a/lib/snmp/test/snmp_test_mgr.erl
+++ b/lib/snmp/test/snmp_test_mgr.erl
@@ -161,7 +161,6 @@ get_timeout() ->
get_timeout(os:type())
end.
-get_timeout(vxworks) -> 7000;
get_timeout(_) -> 3500.
%%----------------------------------------------------------------------