From: Thomas Hindoe Paaboel Andersen Date: Tue, 24 Mar 2015 21:55:31 +0000 (+0100) Subject: timedatectl: remove unused variables X-Git-Tag: v220~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eef8df097db0bf29c8e42e532e3bc06775a6cad4;p=thirdparty%2Fsystemd.git timedatectl: remove unused variables --- diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index ab5c8a1f6af..1d10c195c44 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);