summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-03-24 22:55:31 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-03-24 22:56:28 +0100
commiteef8df097db0bf29c8e42e532e3bc06775a6cad4 (patch)
treec1816319d354e2f8839eb4a14027908b0b027271 /src/timedate
parentea5bbe3467c4b0c804c1cdc7b0fcb0c9f00845a2 (diff)
timedatectl: remove unused variables
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedatectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c
index ab5c8a1f6..1d10c195c 100644
--- a/src/timedate/timedatectl.c
+++ b/src/timedate/timedatectl.c
@@ -77,7 +77,6 @@ static void print_status_info(const StatusInfo *i) {
struct tm tm;
time_t sec;
bool have_time = false;
- _cleanup_free_ char *zc = NULL, *zn = NULL;
int r;
assert(i);