summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSadiq Jaffer <sadiq@toao.com>2021-04-12 15:15:27 +0100
committerSadiq Jaffer <sadiq@toao.com>2021-04-12 15:15:27 +0100
commit0ab2a7ca6bb14b11527d0891f00b240665820220 (patch)
tree50ff0777c87f143d03cfc3ea11fb6d9c716ef30c /configure.ac
parent2aa9118e5eb0c07fc76a020ac7748a3a498869e7 (diff)
downloadocaml-0ab2a7ca6bb14b11527d0891f00b240665820220.tar.gz
remove multicore stats collection
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 47abdb8c57..08700cbea5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,6 @@ AC_SUBST([arch64])
AC_SUBST([model])
AC_SUBST([system])
AC_SUBST([systhread_support])
-AC_SUBST([collect_stats])
AC_SUBST([unix_or_win32])
AC_SUBST([unixlib])
AC_SUBST([outputexe])
@@ -295,10 +294,6 @@ AC_ARG_ENABLE([installing-bytecode-programs],
[AS_HELP_STRING([--enable-installing-bytecode-programs],
[also install the bytecode versions of programs])])
-AC_ARG_ENABLE([stats],
- [AS_HELP_STRING([--enable-stats],
- [enable multicore stats])])
-
AC_ARG_ENABLE([native-compiler],
[AS_HELP_STRING([--disable-native-compiler],
[do not build the native compiler])])
@@ -1722,13 +1717,6 @@ AS_IF([test x"$enable_frame_pointers" = "xyes"],
[AC_MSG_NOTICE([not using frame pointers])
frame_pointers=false])
-## Collect multicore stats
-
-AS_IF([test x"$enable_stats" = "xyes" ],
- [AC_DEFINE([COLLECT_STATS])
- collect_stats=true],
- [collect_stats=false])
-
AS_IF([test x"$enable_naked_pointers_checker" = "xyes" ],
[AS_IF([test x"$enable_naked_pointers" = "xno" ],
[AC_MSG_ERROR(m4_normalize([