enable_color and set_color_palette only used here.
Signed-off-by: Stephen Hemminger <[email protected]>
---
bridge/bridge.c | 5 ++---
bridge/monitor.c | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/bridge/bridge.c b/bridge/bridge.c
index ac4d6a14f510..389f1bd5382b 100644
--- a/bridge/bridge.c
+++ b/bridge/bridge.c
@@ -23,12 +23,11 @@ int preferred_family = AF_UNSPEC;
int oneline;
int show_stats;
int show_details;
-int show_pretty;
-int color;
+static int color;
int compress_vlans;
int json;
int timestamp;
-char *batch_file;
+static const char *batch_file;
int force;
static void usage(void) __attribute__((noreturn));
diff --git a/bridge/monitor.c b/bridge/monitor.c
index 82bc6b407a06..708a1bd2ccb0 100644
--- a/bridge/monitor.c
+++ b/bridge/monitor.c
@@ -27,7 +27,7 @@
static void usage(void) __attribute__((noreturn));
-int prefix_banner;
+static int prefix_banner;
static void usage(void)
{
--
2.17.1