bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/18] output.c: Remove unused variable 'boolean_operator'


From: Tim Hentenaar
Subject: [PATCH 11/18] output.c: Remove unused variable 'boolean_operator'
Date: Sat, 4 Jul 2015 13:43:25 +0200

Signed-off-by: Tim Hentenaar <address@hidden>
---
 src/output.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/output.c b/src/output.c
index 9346495..7c66e5c 100644
--- a/src/output.c
+++ b/src/output.c
@@ -77,10 +77,6 @@ RCSTAG_CC ("$Id$");
 static FILE            * output       = NULL;
 static BOOLEAN           inhibited    = 0;
 static buf_break_st_ty * buf_break_list = NULL;
-
-/** Priority mask bits */
-static const int boolean_operator = 1;
-
 buf_break_st_ty * buf_break = NULL;
 
 int             out_lines      = 0;     /*!< used in output.c indent.c */
-- 
2.3.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]