X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Frepeat.c;h=72d45c2c2ff96344cfe65c3948475fd661792469;hb=6bf4567d7fcf5f0fa5805c4de24c13c2a7cfbbc9;hp=4f63ec69bade5f437538dc30515b3e225545fb64;hpb=b05cde73f4291705bba140d6ef9896a11616f3ff;p=pspp diff --git a/src/language/control/repeat.c b/src/language/control/repeat.c index 4f63ec69ba..72d45c2c2f 100644 --- a/src/language/control/repeat.c +++ b/src/language/control/repeat.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -249,7 +249,6 @@ parse_commands (struct lexer *lexer, struct hmap *dummies) enum segmenter_mode mode; struct string *outputs; struct string input; - size_t input_len; size_t n_values; char *file_name; int line_number; @@ -272,7 +271,6 @@ parse_commands (struct lexer *lexer, struct hmap *dummies) if (ds_is_empty (&input)) ds_put_byte (&input, '\n'); ds_put_byte (&input, '\0'); - input_len = ds_length (&input); n_values = count_values (dummies); outputs = xmalloc (n_values * sizeof *outputs);