aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-09-07 10:05:11 +0200
committerBjörn Gustavsson <[email protected]>2011-09-08 13:15:56 +0200
commit49854c414bc2d7ca0d538086476ca81c34d38fae (patch)
treedd0ccf3fd8f47abad00d757b0a2e3fd2f0eda9e4 /erts/emulator/sys
parent6fae573fc291f4a77282b918cae346064bece80e (diff)
downloadotp-49854c414bc2d7ca0d538086476ca81c34d38fae.tar.gz
otp-49854c414bc2d7ca0d538086476ca81c34d38fae.tar.bz2
otp-49854c414bc2d7ca0d538086476ca81c34d38fae.zip
erts/configure.in: Remove useless --disable-fixalloc option
./configure --disable-fixalloc does not do anytning any longer, since there is no longer any "fix allocators" (in the original sense).
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r--erts/emulator/sys/vxworks/sys.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/sys/vxworks/sys.c b/erts/emulator/sys/vxworks/sys.c
index c6e7b65f32..a59e4ec26a 100644
--- a/erts/emulator/sys/vxworks/sys.c
+++ b/erts/emulator/sys/vxworks/sys.c
@@ -2025,9 +2025,6 @@ int erl_memory_show(int p0, int p1, int p2, int p3, int p4, int p5,
erts_printf("The memory block used by elib is save_malloc'ed "
"at 0x%08x.\n", (unsigned int) alloc_pool_ptr);
}
-#ifdef NO_FIX_ALLOC
- erts_printf("Fix_alloc is disabled in this build\n");
-#endif
erts_printf("Statistics from elib_malloc:\n");
ELIB_LOCK;