aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/linux-generic/m4/configure.m42
-rw-r--r--platform/linux-generic/m4/performance.m410
2 files changed, 0 insertions, 12 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index c3aa73963..1dd14cd4d 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -20,8 +20,6 @@ m4_include([platform/linux-generic/m4/odp_netmap.m4])
m4_include([platform/linux-generic/m4/odp_dpdk.m4])
ODP_SCHEDULER
-m4_include([platform/linux-generic/m4/performance.m4])
-
AC_CONFIG_COMMANDS_PRE([dnl
AM_CONDITIONAL([PLATFORM_IS_LINUX_GENERIC],
[test "${with_platform}" = "linux-generic"])
diff --git a/platform/linux-generic/m4/performance.m4 b/platform/linux-generic/m4/performance.m4
deleted file mode 100644
index f2e7107c0..000000000
--- a/platform/linux-generic/m4/performance.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-##########################################################################
-# Enable/disable test-perf-proc
-##########################################################################
-AC_ARG_ENABLE([test-perf-proc],
- [AS_HELP_STRING([--enable-test-perf-proc], [run test in test/performance in process mode])],
- [test_perf_proc=$enableval],
- [test_perf_proc=yes])
-AC_CONFIG_COMMANDS_PRE([dnl
-AM_CONDITIONAL([test_perf_proc], [test x$test_perf_proc = xyes ])
-])