1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 03:50:45 +02:00

(text_buffer_maxend): Remove declarations unused variable.

This commit is contained in:
Jim Meyering
2004-05-29 11:33:15 +00:00
parent 20788a74cb
commit 0c5b66e10c
-1
View File
@@ -166,7 +166,6 @@ static const char **input_file_name; /* array of text input file names */
static int *file_line_count; /* array of `total_line_count' values at end */
static BLOCK text_buffer; /* file to study */
static char *text_buffer_maxend;/* allocated end of text_buffer */
/* SKIP_NON_WHITE used only for getting or skipping the reference. */