X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftimedate%2Ftimedatectl.c;h=4d898867362da47d33d8b843c9d025e348e14b0c;hb=1c11181458990715e0ffd49e848baac5959e3c89;hp=1f85536cf2a60feb1f281424564ceaa747ed67d1;hpb=5ffa8c818120e35c89becd938d160235c069dd12;p=elogind.git diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 1f85536cf..4d8988673 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;