aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-12-22 07:46:49 +0100
committerBjörn Gustavsson <[email protected]>2012-01-11 08:39:56 +0100
commit9123f869e20c38307280838a69758842fc6b9791 (patch)
tree15a64ee877a79a48d66477e5c204160c450f8b42 /lib/compiler
parente196820fad6b38b3969fc67d0b01853c7ac0d565 (diff)
downloadotp-9123f869e20c38307280838a69758842fc6b9791.tar.gz
otp-9123f869e20c38307280838a69758842fc6b9791.tar.bz2
otp-9123f869e20c38307280838a69758842fc6b9791.zip
v3_kernel.erl: Remove unused define of EXPENSIVE_BINARY_LIMIT
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/src/v3_kernel.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compiler/src/v3_kernel.erl b/lib/compiler/src/v3_kernel.erl
index f2eaa37617..b3153e420f 100644
--- a/lib/compiler/src/v3_kernel.erl
+++ b/lib/compiler/src/v3_kernel.erl
@@ -88,8 +88,6 @@
-include("core_parse.hrl").
-include("v3_kernel.hrl").
--define(EXPENSIVE_BINARY_LIMIT, 256).
-
%% These are not defined in v3_kernel.hrl.
get_kanno(Kthing) -> element(2, Kthing).
set_kanno(Kthing, Anno) -> setelement(2, Kthing, Anno).