Counters: remove unused updated field

pull/605/merge
Victor Julien 12 years ago
parent 49087f21e4
commit 45dfecafd4

@ -1216,8 +1216,6 @@ int SCPerfUpdateCounterArray(SCPerfCounterArray *pca, SCPerfContext *pctx)
SCPerfCopyCounterValue(&pcae[i]);
pc->updated++;
pc = pc->next;
break;
}

@ -73,9 +73,6 @@ typedef struct SCPerfCounter_ {
uint64_t value;
/* no of times the local counter has been synced with this counter */
uint64_t updated;
/* name of the counter */
char *cname;
/* name of the thread module this counter is registered to */

Loading…
Cancel
Save