From: Thomas Hindoe Paaboel Andersen Date: Tue, 24 Mar 2015 21:55:31 +0000 (+0100) Subject: timedatectl: remove unused variables X-Git-Tag: v219.0~239 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=eef8df097db0bf29c8e42e532e3bc06775a6cad4 timedatectl: remove unused variables --- 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);