aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2012-11-21 14:25:13 +0100
committerSverker Eriksson <[email protected]>2012-11-21 14:25:13 +0100
commit2ab1d972f6fd37c17b05fe8c69d8617874ffe733 (patch)
tree05c6448536776ee595238d8d49fa2ae1b5ab32b2 /erts/emulator/beam/erl_alloc_util.h
parentea0b2bd94d0c1413bce84880196077c44b65f6f8 (diff)
downloadotp-2ab1d972f6fd37c17b05fe8c69d8617874ffe733.tar.gz
otp-2ab1d972f6fd37c17b05fe8c69d8617874ffe733.tar.bz2
otp-2ab1d972f6fd37c17b05fe8c69d8617874ffe733.zip
erts: Make carrier header sizes compile time constants
No allocator strategy is using customized carrier headers anyway.
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r--erts/emulator/beam/erl_alloc_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h
index e3dde2d54c..18ddad5f5b 100644
--- a/erts/emulator/beam/erl_alloc_util.h
+++ b/erts/emulator/beam/erl_alloc_util.h
@@ -411,8 +411,6 @@ struct Allctr_t_ {
#endif
/* */
- Uint mbc_header_size;
- Uint sbc_header_size;
Uint min_mbc_size;
Uint min_mbc_first_free_size;
Uint min_block_size;