From deb11e13e5f10a2c82706cf4b7bfa3f4caef8a63 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 23 Jan 2017 00:21:55 +0100 Subject: ax25rtd: Delete useless declaration of variable Version. There only is a declaration, no definition. Signed-off-by: Ralf Baechle --- ax25rtd/ax25rtd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ax25rtd') diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h index 18ab421..ce73680 100644 --- a/ax25rtd/ax25rtd.h +++ b/ax25rtd/ax25rtd.h @@ -104,8 +104,6 @@ typedef struct config_ { /* global variables */ -extern const char * Version; - extern int reload; extern config *Config; -- cgit v1.2.3