aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2013-03-10 16:12:41 +0100
committerKostis Sagonas <[email protected]>2013-03-10 16:12:41 +0100
commitb4aebe5f242b33a6c412107e997f66cdc9418851 (patch)
tree56d02d919f74280aa8aac93a0184f240698f1998 /lib/hipe
parent358e2a625cd9a8a61b383f69432c7e8b5d17f167 (diff)
downloadotp-b4aebe5f242b33a6c412107e997f66cdc9418851.tar.gz
otp-b4aebe5f242b33a6c412107e997f66cdc9418851.tar.bz2
otp-b4aebe5f242b33a6c412107e997f66cdc9418851.zip
Take out 'constant' type test from left over comments
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/icode/hipe_icode.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hipe/icode/hipe_icode.erl b/lib/hipe/icode/hipe_icode.erl
index 3e211bf385..dfea092af2 100644
--- a/lib/hipe/icode/hipe_icode.erl
+++ b/lib/hipe/icode/hipe_icode.erl
@@ -261,7 +261,6 @@
%% {tuple, N}
%% atom
%% {atom, Atom}
-%% constant
%% number
%% integer
%% {integer, N}
@@ -380,7 +379,6 @@
%% | {tuple, integer()}
%% | atom
%% | {atom, atom()}
-%% | constant
%% | number
%% | integer
%% | {integer, integer()}