summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtd.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-23 00:21:55 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-23 00:21:55 +0100
commitdeb11e13e5f10a2c82706cf4b7bfa3f4caef8a63 (patch)
treec9f19d020c185e0e9ee692fa7d366e5d12310bc1 /ax25rtd/ax25rtd.h
parent314b44b0876de9659958acaa577d6575f174c878 (diff)
ax25rtd: Delete useless declaration of variable Version.
There only is a declaration, no definition. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/ax25rtd.h')
-rw-r--r--ax25rtd/ax25rtd.h2
1 files changed, 0 insertions, 2 deletions
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;