From 5feb3d651dbd1b096a26963bd1dffcfe0a5f9eea Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:42:05 +0200 Subject: Remove useless initializations to 0 or NULL. They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle --- hdlcutil/smdiag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlcutil/smdiag.c') diff --git a/hdlcutil/smdiag.c b/hdlcutil/smdiag.c index 7dd9a00..6f9a79b 100644 --- a/hdlcutil/smdiag.c +++ b/hdlcutil/smdiag.c @@ -51,7 +51,7 @@ /* ---------------------------------------------------------------------- */ static char *progname; -static Display *display = NULL; +static Display *display; static Window window; static Pixmap pixmap; static unsigned long col_zeroline; -- cgit v1.2.3