diff --git a/Grid/qcd/action/fermion/implementation/MobiusEOFAFermionCache.h b/Grid/qcd/action/fermion/implementation/MobiusEOFAFermionCache.h index 8d0b0524..c5dbd959 100644 --- a/Grid/qcd/action/fermion/implementation/MobiusEOFAFermionCache.h +++ b/Grid/qcd/action/fermion/implementation/MobiusEOFAFermionCache.h @@ -424,22 +424,4 @@ void MobiusEOFAFermion::MooeeInvDag_shift(const FermionField &psi_i, Fermi this->MooeeInvTime += usecond(); } -#ifdef MOBIUS_EOFA_DPERP_CACHE - -INSTANTIATE_DPERP_MOBIUS_EOFA(WilsonImplF); -INSTANTIATE_DPERP_MOBIUS_EOFA(WilsonImplD); -INSTANTIATE_DPERP_MOBIUS_EOFA(GparityWilsonImplF); -INSTANTIATE_DPERP_MOBIUS_EOFA(GparityWilsonImplD); -INSTANTIATE_DPERP_MOBIUS_EOFA(ZWilsonImplF); -INSTANTIATE_DPERP_MOBIUS_EOFA(ZWilsonImplD); - -INSTANTIATE_DPERP_MOBIUS_EOFA(WilsonImplFH); -INSTANTIATE_DPERP_MOBIUS_EOFA(WilsonImplDF); -INSTANTIATE_DPERP_MOBIUS_EOFA(GparityWilsonImplFH); -INSTANTIATE_DPERP_MOBIUS_EOFA(GparityWilsonImplDF); -INSTANTIATE_DPERP_MOBIUS_EOFA(ZWilsonImplFH); -INSTANTIATE_DPERP_MOBIUS_EOFA(ZWilsonImplDF); - -#endif - NAMESPACE_END(Grid);