diff: avoid duplicate definition of presume_output_tty

* src/util.c (presume_output_tty): Remove this definition.
The other is in diff.h.  Reported in https://bugs.gnu.org/24248
This commit is contained in:
Hanno Böck 2016-08-16 22:02:13 -07:00 committed by Jim Meyering
parent d6474c4c51
commit c2dc91f196

View File

@ -44,8 +44,6 @@
char const pr_program[] = PR_PROGRAM;
bool presume_output_tty;
/* Queue up one-line messages to be printed at the end,
when -l is specified. Each message is recorded with a 'struct msg'. */