]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(text_buffer_maxend): Remove declarations unused variable.
authorJim Meyering <jim@meyering.net>
Sat, 29 May 2004 11:33:15 +0000 (11:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 May 2004 11:33:15 +0000 (11:33 +0000)
src/ptx.c

index b910a0b61e886241ee833de6b4b1cf3ffacf46c2..4fef05637042603fcf9c3df33954fc01049f6d1e 100644 (file)
--- 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.  */