X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.c;h=89f635628029f3831fecbf5babd5115e6fc6e255;hb=50f6ea7d66d03895020891215fb4f55bbf061003;hp=0175ceb70dae6c33f1ea1d64d7f0252b3295d8e0;hpb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;p=pspp diff --git a/src/math/levene.c b/src/math/levene.c index 0175ceb70d..89f6356280 100644 --- a/src/math/levene.c +++ b/src/math/levene.c @@ -110,7 +110,6 @@ find_group (const struct levene *nl, const union value *target) { if (nl->cmp (nl, &l->group, target)) break; - l = NULL; } return l; }