From c6fd5abc47186670635f3a95a0e17053deee06a5 Mon Sep 17 00:00:00 2001
From: Jens Georg <jens.georg@desy.de>
Date: Tue, 11 Oct 2022 12:13:05 +0200
Subject: [PATCH] Remove unused validity flag in FeedingFanOut

---
 include/FeedingFanOut.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/FeedingFanOut.h b/include/FeedingFanOut.h
index 000b86a5..fdd52842 100644
--- a/include/FeedingFanOut.h
+++ b/include/FeedingFanOut.h
@@ -73,7 +73,6 @@ namespace ChimeraTK {
     boost::shared_ptr<ChimeraTK::NDRegisterAccessor<UserType>> _returnSlave;
 
     /// DataValidity to attach to the data
-    DataValidity validity{DataValidity::ok};
   };
 
   /********************************************************************************************************************/
-- 
GitLab