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:
124dea1
)
t-test: Remove write-only variable.
author
Ben Pfaff
<blp@gnu.org>
Fri, 16 Jan 2009 04:34:43 +0000
(20:34 -0800)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 7 Jun 2009 04:11:01 +0000
(21:11 -0700)
src/language/stats/t-test.q
patch
|
blob
|
history
diff --git
a/src/language/stats/t-test.q
b/src/language/stats/t-test.q
index 466bf9e75129a9276f62587006e892532ce3dbcc..52f9838b4a2117d8351a9d23f1c760196e36a246 100644
(file)
--- a/
src/language/stats/t-test.q
+++ b/
src/language/stats/t-test.q
@@
-242,9
+242,6
@@
static int mode;
static struct cmd_t_test cmd;
-static bool bad_weight_warn = false;
-
-
static int compare_group_binary (const struct group_statistics *a,
const struct group_statistics *b,
const struct group_properties *p);
@@
-338,8
+335,6
@@
cmd_t_test (struct lexer *lexer, struct dataset *ds)
return CMD_FAILURE;
}
- bad_weight_warn = true;
-
/* Data pass. */
grouper = casegrouper_create_splits (proc_open (ds), dataset_dict (ds));
while (casegrouper_get_next_group (grouper, &group))