aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2011-09-27 20:10:22 +0300
committerStavros Aronis <[email protected]>2011-09-27 20:10:22 +0300
commit39a3e0aa40eb75f5780c4c0964343c046955adec (patch)
treea07b7100554c844c400b2e94edeeab37375ab2fd
parent7fc2604feb7d3887eb9271d1b9ef38e99db5176b (diff)
downloadotp-39a3e0aa40eb75f5780c4c0964343c046955adec.tar.gz
otp-39a3e0aa40eb75f5780c4c0964343c046955adec.tar.bz2
otp-39a3e0aa40eb75f5780c4c0964343c046955adec.zip
Remove unused macro
-rw-r--r--lib/hipe/cerl/erl_types.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_types.erl b/lib/hipe/cerl/erl_types.erl
index 0a76938799..15c923e3c7 100644
--- a/lib/hipe/cerl/erl_types.erl
+++ b/lib/hipe/cerl/erl_types.erl
@@ -247,7 +247,6 @@
-define(MAX_BYTE, 255).
-define(MAX_CHAR, 16#10ffff).
--define(WIDENING_LIMIT, 7).
-define(UNIT_MULTIPLIER, 8).
-define(TAG_IMMED1_SIZE, 4).