Skip to content

Commit 3c14e31

Browse files
committed
CombinationsDistribution: Fix unused variable
1 parent d10baf6 commit 3c14e31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/Uncertainty/Distribution/CombinationsDistribution.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Point CombinationsDistribution::getRealization() const
116116
{
117117
Indices flags(n_);
118118
Indices integralRealization;
119-
Bool done = false;
120119
// Build the complementary subset if its cardinal is smaller than k_
121120
const UnsignedInteger actualK = (k_ > n_ / 2 ? n_ - k_ : k_);
122121
while (integralRealization.getSize() < actualK)

0 commit comments

Comments
 (0)