diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-03-24 22:55:31 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-03-24 22:56:28 +0100 |
commit | eef8df097db0bf29c8e42e532e3bc06775a6cad4 (patch) | |
tree | c1816319d354e2f8839eb4a14027908b0b027271 /src/timedate/timedatectl.c | |
parent | ea5bbe3467c4b0c804c1cdc7b0fcb0c9f00845a2 (diff) |
timedatectl: remove unused variables
Diffstat (limited to 'src/timedate/timedatectl.c')
-rw-r--r-- | src/timedate/timedatectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index ab5c8a1f6a..1d10c195c4 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); |