diff --git a/tests/common/include/tests/common/test_base/propagator_test.hpp b/tests/common/include/tests/common/test_base/propagator_test.hpp index 5a17c434ed..31ea7bee0d 100644 --- a/tests/common/include/tests/common/test_base/propagator_test.hpp +++ b/tests/common/include/tests/common/test_base/propagator_test.hpp @@ -43,7 +43,6 @@ using detector_device_t = detector; // These types are identical in host and device code for all bfield types using transform3 = typename detector_host_t::transform3; -using point3 = typename detector_host_t::point3; using vector3_t = typename transform3::vector3; using matrix_operator = standard_matrix_operator; using track_t = free_track_parameters;