chiark / gitweb /
timedatectl: remove unused variables
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 24 Mar 2015 21:55:31 +0000 (22:55 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 24 Mar 2015 21:56:28 +0000 (22:56 +0100)
src/timedate/timedatectl.c

index ab5c8a1f6afade6e3fb0ed91076b7356a89ed0fd..1d10c195c442c317c37d93828fbfcbf906c2e0e2 100644 (file)
@@ -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);