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 --- netrom/netromd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netrom/netromd.c') diff --git a/netrom/netromd.c b/netrom/netromd.c index a78db4b..bd2b69c 100644 --- a/netrom/netromd.c +++ b/netrom/netromd.c @@ -40,7 +40,7 @@ struct port_struct port_list[20]; int port_count = FALSE; int compliant = FALSE; int logging = FALSE; -int debug = 0; +int debug; ax25_address my_call; ax25_address node_call; -- cgit v1.2.3