projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b4f06
)
Eliminate unused variable.
author
Ben Pfaff
<blp@gnu.org>
Sun, 5 Oct 2008 21:56:57 +0000
(14:56 -0700)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 12 Oct 2008 03:56:33 +0000
(20:56 -0700)
src/math/design-matrix.c
patch
|
blob
|
history
diff --git
a/src/math/design-matrix.c
b/src/math/design-matrix.c
index e991d2a398b007acd2c51d66cf49b6664872eb95..4e6ccf17dc77a21fb39e30f093f5e3a5c8786c25 100644
(file)
--- 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);