EventMgr: Drop src_val

This is a left over and hasn't been used since a while.
This commit is contained in:
Arne Welzel 2025-03-27 10:41:01 +01:00
parent 277e6d4129
commit bef923ebeb
2 changed files with 0 additions and 4 deletions

View file

@ -123,7 +123,6 @@ protected:
util::detail::SourceID current_src;
analyzer::ID current_aid;
double current_ts;
RecordVal* src_val;
bool draining;
};