summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threaddispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/threaddispatch.h')
-rw-r--r--cpukit/score/include/rtems/score/threaddispatch.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/score/include/rtems/score/threaddispatch.h
index 4cb223b147..801970ab21 100644
--- a/cpukit/score/include/rtems/score/threaddispatch.h
+++ b/cpukit/score/include/rtems/score/threaddispatch.h
@@ -22,17 +22,6 @@
extern "C" {
#endif /* __cplusplus */
-#if defined(RTEMS_HEAVY_STACK_DEBUG) || \
- defined(RTEMS_HEAVY_MALLOC_DEBUG)
- #define __THREAD_DO_NOT_INLINE_DISABLE_DISPATCH__
-#endif
-
-#if defined(RTEMS_SMP) || \
- (CPU_INLINE_ENABLE_DISPATCH == FALSE) || \
- (__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__ == 1)
- #define __THREAD_DO_NOT_INLINE_ENABLE_DISPATCH__
-#endif
-
/**
* @addtogroup ScoreThread
*