From b4255140d611f3cbb1ccf6148450f14f5e0539cb Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 3 Sep 2020 15:47:46 -0400 Subject: [PATCH] Stale data member eliminated --- Grid/qcd/action/fermion/ImprovedStaggeredFermion5D.h | 2 +- Grid/qcd/action/fermion/WilsonFermion5D.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Grid/qcd/action/fermion/ImprovedStaggeredFermion5D.h b/Grid/qcd/action/fermion/ImprovedStaggeredFermion5D.h index 625eda63..ca660610 100644 --- a/Grid/qcd/action/fermion/ImprovedStaggeredFermion5D.h +++ b/Grid/qcd/action/fermion/ImprovedStaggeredFermion5D.h @@ -208,7 +208,7 @@ public: LebesgueOrder LebesgueEvenOdd; // Comms buffer - std::vector > comm_buf; + // std::vector > comm_buf; /////////////////////////////////////////////////////////////// // Conserved current utilities diff --git a/Grid/qcd/action/fermion/WilsonFermion5D.h b/Grid/qcd/action/fermion/WilsonFermion5D.h index 804b1d10..80231bb4 100644 --- a/Grid/qcd/action/fermion/WilsonFermion5D.h +++ b/Grid/qcd/action/fermion/WilsonFermion5D.h @@ -215,7 +215,7 @@ public: LebesgueOrder LebesgueEvenOdd; // Comms buffer - std::vector > comm_buf; + // std::vector > comm_buf; };