From 0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 May 2004 11:33:15 +0000 Subject: (text_buffer_maxend): Remove declarations unused variable. --- src/ptx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3-54-g00ecf