From 0df9dd3ea4c26731dc18d33cc9ef41c2de5f6361 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sun, 10 Mar 2013 16:13:43 +0100 Subject: Take out 'constant' type test and unnecessary type declaration --- lib/hipe/icode/hipe_icode.hrl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/hipe/icode/hipe_icode.hrl b/lib/hipe/icode/hipe_icode.hrl index d76eebf78d..89d297ef01 100644 --- a/lib/hipe/icode/hipe_icode.hrl +++ b/lib/hipe/icode/hipe_icode.hrl @@ -22,12 +22,6 @@ %% %%===================================================================== -%%--------------------------------------------------------------------- -%% THIS DOES NOT REALLY BELONG HERE -- PLEASE REMOVE ASAP! -%%--------------------------------------------------------------------- - --type ordset(T) :: [T]. - %%--------------------------------------------------------------------- %% Include files needed for the compilation of this header file %%--------------------------------------------------------------------- @@ -67,7 +61,7 @@ | 'op_exact_eqeq_2' | 'suspend_msg_timeout'. -type icode_type_test() :: 'atom' | 'bignum' | 'binary' | 'bitstr' | 'boolean' - | 'cons' | 'constant' | 'fixnum' | 'float' + | 'cons' | 'fixnum' | 'float' | 'function' | 'function2' | 'integer' | 'list' | 'nil' | 'number' | 'pid' | 'port' | 'reference' | 'tuple' | {'atom', atom()} | {'integer', integer()} -- cgit v1.2.3