Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
861aa677
Unverified
Commit
861aa677
authored
2 years ago
by
Thorsten Hater
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant sample events structure. (#2079)
`mc_cell_group::sample_events_` was never used (except clearing it).
parent
181cc3d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arbor/mc_cell_group.cpp
+0
-1
0 additions, 1 deletion
arbor/mc_cell_group.cpp
arbor/mc_cell_group.hpp
+0
-3
0 additions, 3 deletions
arbor/mc_cell_group.hpp
with
0 additions
and
4 deletions
arbor/mc_cell_group.cpp
+
0
−
1
View file @
861aa677
...
...
@@ -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
();
}
...
...
This diff is collapsed.
Click to expand it.
arbor/mc_cell_group.hpp
+
0
−
3
View file @
861aa677
...
...
@@ -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_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment