From: Jim Meyering Date: Sat, 29 May 2004 11:33:15 +0000 (+0000) Subject: (text_buffer_maxend): Remove declarations unused variable. X-Git-Tag: COREUTILS-5_3_0~1492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c5b66e10c6ea7fc00e59c80ccdaf212fd968e7f;p=platform%2Fupstream%2Fcoreutils.git (text_buffer_maxend): Remove declarations unused variable. --- 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. */