aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-09-05 11:18:01 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-09-05 11:18:06 +0200
commitc4e7fdf02530f13c037945d6abe70c3e11277df5 (patch)
tree0c2126d9de37dcda81d9506b39967055fbb2e591 /src/main.c
parent50ec0907de15cb6311088b81d0181b10943772bc (diff)
core: add --version option to the ModemManager daemon
It was actually included in the man page of the daemon, but we didn't have it.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index f44a2c66..a5ff6644 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,10 +30,6 @@
#include "mm-log.h"
#include "mm-context.h"
-#if !defined(MM_DIST_VERSION)
-# define MM_DIST_VERSION VERSION
-#endif
-
/* Maximum time to wait for all modems to get disabled and removed */
#define MAX_SHUTDOWN_TIME_SECS 20