From 08a82716eb6aa8eda2a03a66c7c2e98de882dcf5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 Oct 2008 14:56:57 -0700 Subject: [PATCH] Eliminate unused variable. --- src/math/design-matrix.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2