Skip to content
Snippets Groups Projects
Unverified Commit 861aa677 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Remove redundant sample events structure. (#2079)

`mc_cell_group::sample_events_` was never used (except clearing it).
parent 181cc3d6
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ mc_cell_group::mc_cell_group(const std::vector<cell_gid_type>& gids,
void mc_cell_group::reset() {
spikes_.clear();
sample_events_.clear();
for (auto &entry: sampler_map_) {
entry.second.sched.reset();
}
......
......@@ -86,9 +86,6 @@ private:
// List of events to deliver
std::vector<deliverable_event> staged_events_;
// Pending samples to be taken.
event_queue<sample_event> sample_events_;
// Handles for accessing lowered cell.
std::vector<target_handle> target_handles_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment