diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-17 18:11:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:55 +0200 |
commit | f4363558a5a58dacec6a0a840f6e8b7cee4ed46a (patch) | |
tree | 506d29a9456ad6ff0165e68b693f52d30f9f01bc /lib/hipe | |
parent | bf0eae1947505d439ae607a44b6947e250667926 (diff) | |
download | otp-f4363558a5a58dacec6a0a840f6e8b7cee4ed46a.tar.gz otp-f4363558a5a58dacec6a0a840f6e8b7cee4ed46a.tar.bz2 otp-f4363558a5a58dacec6a0a840f6e8b7cee4ed46a.zip |
hipe: Remove VxWorks
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/cerl/erl_bif_types.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_bif_types.erl b/lib/hipe/cerl/erl_bif_types.erl index a5a2773598..260ffeed48 100644 --- a/lib/hipe/cerl/erl_bif_types.erl +++ b/lib/hipe/cerl/erl_bif_types.erl @@ -915,7 +915,6 @@ type(erlang, system_info, 1, Xs) -> t_list(t_pid()); ['os_type'] -> t_tuple([t_sup([t_atom('unix'), - t_atom('vxworks'), t_atom('win32')]), t_atom()]); ['os_version'] -> |