chiark / gitweb /
timedatectl: remove unused variables
[elogind.git] / 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);