summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHanno Böck <hanno@hboeck.de>2016-08-16 22:02:13 -0700
committerJim Meyering <meyering@fb.com>2016-08-16 22:02:13 -0700
commitc2dc91f1968c6ccd8ba623f9fa391f529ab800ab (patch)
tree85b785e55118fcab8cacb0a7d2bc0fa50cda5fac /src
parentd6474c4c512d9196d7d9a6086a96eac6813a5c19 (diff)
downloaddiffutils-c2dc91f1968c6ccd8ba623f9fa391f529ab800ab.tar.gz
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
Diffstat (limited to 'src')
-rw-r--r--src/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index d7b8925..76872cb 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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'. */