Skip to content
Snippets Groups Projects
Commit 7a2bb6e7 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

clean up forgotten counter.

parent c19cb28e
Branches
Tags
1 merge request!343Subset sorting
...@@ -738,8 +738,6 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) { ...@@ -738,8 +738,6 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) {
count = redo; count = redo;
if (count > 0) { if (count > 0) {
atomic_add(&runner_num_ghost_redos, count);
/* Climb up the cell hierarchy. */ /* Climb up the cell hierarchy. */
for (struct cell *finger = c; finger != NULL; finger = finger->parent) { for (struct cell *finger = c; finger != NULL; finger = finger->parent) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment