diff --git a/packages/shylu/shylu_node/tacho/unit-test/Tacho_Test.hpp b/packages/shylu/shylu_node/tacho/unit-test/Tacho_Test.hpp index 8c311d63ede2..6577de574026 100644 --- a/packages/shylu/shylu_node/tacho/unit-test/Tacho_Test.hpp +++ b/packages/shylu/shylu_node/tacho/unit-test/Tacho_Test.hpp @@ -1,27 +1,6 @@ #ifndef __TACHO_TEST_HPP__ #define __TACHO_TEST_HPP__ -#if defined(TACHO_USE_DEPRECATED_TASKSCHEDULER) -template using TaskSchedulerType = Kokkos::DeprecatedTaskScheduler; -static const char * scheduler_name = "DeprecatedTaskScheduler"; -#endif -#if defined(TACHO_USE_DEPRECATED_TASKSCHEDULER_MULTIPLE) -template using TaskSchedulerType = Kokkos::DeprecatedTaskSchedulerMultiple; -static const char * scheduler_name = "DeprecatedTaskSchedulerMultiple"; -#endif -#if defined(TACHO_USE_TASKSCHEDULER) -template using TaskSchedulerType = Kokkos::TaskScheduler; -static const char * scheduler_name = "TaskScheduler"; -#endif -#if defined(TACHO_USE_TASKSCHEDULER_MULTIPLE) -template using TaskSchedulerType = Kokkos::TaskSchedulerMultiple; -static const char * scheduler_name = "TaskSchedulerMultiple"; -#endif -#if defined(TACHO_USE_CHASELEV_TASKSCHEDULER) -template using TaskSchedulerType = Kokkos::ChaseLevTaskScheduler; -static const char * scheduler_name = "ChaseLevTaskScheduler"; -#endif - #include "Tacho_TestCrsMatrixBase.hpp" #include "Tacho_TestGraph.hpp"