From babc21fdc0c309e3f397fdb57fb3038b5bef654a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 2 Feb 2015 21:28:33 +0100 Subject: time-util: let's make xstrftime() useful for everybody, even if we only have a single user so far. --- src/timedate/timedatectl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/timedate/timedatectl.c') diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 1f85536cf2..4d89886736 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -38,8 +38,6 @@ #include "pager.h" #include "time-dst.h" -#define xstrftime(buf, fmt, tm) assert_se(strftime(buf, sizeof(buf), fmt, tm) > 0) - static bool arg_no_pager = false; static bool arg_ask_password = true; static BusTransport arg_transport = BUS_TRANSPORT_LOCAL; -- cgit v1.2.3-54-g00ecf