From 499b2dfd07379957edb10cfdfa20097c4bebc1ec Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Tue, 21 Jun 2016 17:27:13 +0200 Subject: [PATCH] removed a function declaration which was not implemented and cannot be implemented right now (missing feature in the CSA) --- include/ScalarAccessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ScalarAccessor.h b/include/ScalarAccessor.h index 3091b2fa..a2c853d1 100644 --- a/include/ScalarAccessor.h +++ b/include/ScalarAccessor.h @@ -47,7 +47,7 @@ namespace ChimeraTK { /** Check if an input variable has new data. In case of an output variable, an exception will be thrown. If the * wait_for_new_data access mode flag was not provided when creating the accessor, this function will return * always false. */ - bool hasNewData(); + //bool hasNewData(); /// @todo TODO right now impossible to implement... /** Write an output variable. In case of an input variable, an exception will be thrown. This function never * blocks and is always implemented in a lock-free manner. */ -- GitLab