diff --git a/datapoollocal/SharedLocalDataSet.h b/datapoollocal/SharedLocalDataSet.h index b1f9aa3d..2e5a76fa 100644 --- a/datapoollocal/SharedLocalDataSet.h +++ b/datapoollocal/SharedLocalDataSet.h @@ -6,13 +6,6 @@ #include "../objectmanager/SystemObject.h" #include -/** - * Baseline question: If this dataset is shared, is there once instance - * shared among many objects or multiple instances? Maybe be flexible - * and provide both ways? Sharing one instance requires a mutex lock. - * If there are multiple instances, it is not shared anymore, to be fair.. - * Then a regular local data set is sufficient. - */ class SharedLocalDataSet: public SystemObject, public LocalPoolDataSetBase, public SharedDataSetIF { @@ -28,5 +21,4 @@ private: }; - #endif /* FSFW_DATAPOOLLOCAL_SHAREDLOCALDATASET_H_ */