From eef8df097db0bf29c8e42e532e3bc06775a6cad4 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 24 Mar 2015 22:55:31 +0100 Subject: [PATCH] timedatectl: remove unused variables --- src/timedate/timedatectl.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2