diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-29 11:33:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-29 11:33:15 +0000 |
commit | 0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f (patch) | |
tree | 9139728eb28009376270903939b8786f9bb21327 /src | |
parent | 20788a74cb8e5c59747b5aaf6746a30143a17e1b (diff) | |
download | coreutils-0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f.tar.xz |
(text_buffer_maxend): Remove declarations unused variable.
Diffstat (limited to 'src')
-rw-r--r-- | src/ptx.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |