projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d342031
)
Remove write-only variable from interaction_case_data.
author
Jason Stover
<jhs@debs.(none)>
Sun, 12 Jul 2009 19:44:56 +0000
(15:44 -0400)
committer
Jason Stover
<jhs@debs.(none)>
Sun, 12 Jul 2009 19:44:56 +0000
(15:44 -0400)
src/math/interaction.c
patch
|
blob
|
history
diff --git
a/src/math/interaction.c
b/src/math/interaction.c
index 556123d4a032b2bc6106e9495b4f1aa73afd389d..444edbfa308723a5638bb726a84fdc8e59ff729e 100644
(file)
--- a/
src/math/interaction.c
+++ b/
src/math/interaction.c
@@
-246,12
+246,10
@@
interaction_case_data (const struct ccase *ccase, const struct interaction_varia
{
size_t i;
size_t n_vars;
- const struct variable *intr;
const struct variable *member;
const union value **vals = NULL;
n_vars = interaction_get_n_vars (iv);
- intr = interaction_get_variable (iv);
vals = xnmalloc (n_vars, sizeof (*vals));
for (i = 0; i < n_vars; i++)