Skip to content

Commit 3235321

Browse files
committed
Remove unused set channel test counter
1 parent 069ea93 commit 3235321

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/set/channel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,9 @@ namespace Test { namespace Set {
115115
return false;
116116
}
117117
for (int i=0; i<ssize; i++) {
118-
int size = 0;
119118
for (CountableSetValues csv(x.lub, x[i]); csv(); ++csv) {
120119
if (csv.val() < 0 || csv.val() >= isize) return false;
121120
if (x.ints()[csv.val()] != i) return false;
122-
size++;
123121
}
124122
}
125123
return true;

0 commit comments

Comments
 (0)