chiark / gitweb /
time-util: let's make xstrftime() useful for everybody, even if we only have a single...
[elogind.git] / src / timedate / timedatectl.c
index 1f85536cf2a60feb1f281424564ceaa747ed67d1..4d898867362da47d33d8b843c9d025e348e14b0c 100644 (file)
@@ -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;