From: Ben Pfaff Date: Sun, 5 Oct 2008 21:56:57 +0000 (-0700) Subject: Eliminate unused variable. X-Git-Tag: v0.7.1~50^2~30 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a82716eb6aa8eda2a03a66c7c2e98de882dcf5;p=pspp-builds.git Eliminate unused variable. --- diff --git a/src/math/design-matrix.c b/src/math/design-matrix.c index e991d2a3..4e6ccf17 100644 --- a/src/math/design-matrix.c +++ b/src/math/design-matrix.c @@ -197,7 +197,6 @@ design_matrix_clone (const struct design_matrix *dm) { struct design_matrix *result; size_t i; - size_t j; assert (dm != NULL); result = xmalloc (sizeof *result);