From ffa885a67a5266f2eef879a9ed59027ae9077609 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Jan 2017 11:44:22 +0100 Subject: configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_* --- cpukit/configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 6f736c152c..3d6888cca3 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -234,12 +234,6 @@ RTEMS_CPUOPT([RTEMS_VERSION], ## Header file differences that need to be known in .h after install -## This improves both the size and coverage analysis. -RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__], - [test x"${RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH}" = x"1"], - [1], - [disable inlining _Thread_Enable_dispatch]) - ## Deactivate ada bindings RTEMS_CPUOPT([__RTEMS_ADA__], [test x"${enable_ada}" = x"yes"], -- cgit v1.2.3