diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-18 15:11:14 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:56 +0200 |
commit | db1d1ad5f78f11992551112da7019cb3fbfa5bb9 (patch) | |
tree | 70dcee900eeaed57f49654c74a861121a9305f31 /lib/snmp/test/snmp_test_lib.erl | |
parent | c05db88a9ab69bd25cae378210b1b1b35dbd68c6 (diff) | |
download | otp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.tar.gz otp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.tar.bz2 otp-db1d1ad5f78f11992551112da7019cb3fbfa5bb9.zip |
snmp: Remove VxWorks
Diffstat (limited to 'lib/snmp/test/snmp_test_lib.erl')
-rw-r--r-- | lib/snmp/test/snmp_test_lib.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/snmp/test/snmp_test_lib.erl b/lib/snmp/test/snmp_test_lib.erl index 26115a0c74..e327456bc4 100644 --- a/lib/snmp/test/snmp_test_lib.erl +++ b/lib/snmp/test/snmp_test_lib.erl @@ -516,8 +516,6 @@ warning_msg(F, A) -> timeout(T) -> trunc(timeout(T, os:type())). -timeout(T, vxworks) -> - 5 * T * timetrap_scale_factor(); timeout(T, _) -> T * timetrap_scale_factor(). |