diff --git a/Src/EB/AMReX_algoim_K.H b/Src/EB/AMReX_algoim_K.H index ef62b182bbe..c8a47614a08 100644 --- a/Src/EB/AMReX_algoim_K.H +++ b/Src/EB/AMReX_algoim_K.H @@ -571,19 +571,6 @@ struct ImplicitIntegral new_free[e0] = false; ImplicitIntegral,false> (phi, *this, new_free, newPsi, newPsiCount); - -#if defined(AMREX_USE_SYCL) -#if AMREX_DEVICE_COMPILE - if constexpr (std::is_same()) { - if (&f != &f_) { - // xxxxx SYCL todo The only purpose of the following - // statement is to work around a compiler bug. Nothing will - // actually be printed because &f == &f_. - AMREX_DEVICE_PRINTF("Work around compiler bug. %p %p\n", &f, &f_); - } - } -#endif -#endif } };