Updating development with upstream changes #2

Closed
muellerr wants to merge 38 commits from mueller/master into development
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 39887db8d2 - Show all commits

View File

@ -10,7 +10,6 @@ PoolDataSetBase::PoolDataSetBase(PoolVariableIF** registeredVariablesArray,
PoolDataSetBase::~PoolDataSetBase() {}
ReturnValue_t PoolDataSetBase::registerVariable(
PoolVariableIF *variable) {
if (state != States::STATE_SET_UNINITIALISED) {