aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/src/test_server_internal.hrl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-07-17 19:15:09 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-07-19 20:22:54 +0200
commit1fc645451d1d32db120fae5bcefd4c6653ca4f41 (patch)
treede8bfe64d3229dd92f1d9378bc5e40d1234d2f5b /lib/test_server/src/test_server_internal.hrl
parentc6266995b9e007af4b48db8de1ddbaa7ced912fe (diff)
downloadotp-1fc645451d1d32db120fae5bcefd4c6653ca4f41.tar.gz
otp-1fc645451d1d32db120fae5bcefd4c6653ca4f41.tar.bz2
otp-1fc645451d1d32db120fae5bcefd4c6653ca4f41.zip
test_server: Remove VxWorks
Diffstat (limited to 'lib/test_server/src/test_server_internal.hrl')
-rw-r--r--lib/test_server/src/test_server_internal.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/test_server_internal.hrl b/lib/test_server/src/test_server_internal.hrl
index c9c52854e3..b58b42805e 100644
--- a/lib/test_server/src/test_server_internal.hrl
+++ b/lib/test_server/src/test_server_internal.hrl
@@ -25,7 +25,7 @@
%% test_server_ctrl:contact_main_target/2
%% Once initiated, this information will never change!!
-record(target_info, {where, % local | Socket
- os_family, % atom(); win32 | unix | vxworks | ose
+ os_family, % atom(); win32 | unix
os_type, % result of os:type()
host, % string(); the name of the target machine
version, % string()