summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-29 11:33:15 +0000
committerJim Meyering <jim@meyering.net>2004-05-29 11:33:15 +0000
commit0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f (patch)
tree9139728eb28009376270903939b8786f9bb21327 /src
parent20788a74cb8e5c59747b5aaf6746a30143a17e1b (diff)
downloadcoreutils-0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f.tar.xz
(text_buffer_maxend): Remove declarations unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/ptx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ptx.c b/src/ptx.c
index b910a0b61..4fef05637 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -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. */