diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-02 21:28:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-02 21:28:33 +0100 |
commit | babc21fdc0c309e3f397fdb57fb3038b5bef654a (patch) | |
tree | fffdd267534a06c3403e0fd0f71948fce9d7a690 /src/timedate | |
parent | b7ce6b592d8908d378904323a4a6670bfe0b7ab1 (diff) | |
download | systemd-babc21fdc0c309e3f397fdb57fb3038b5bef654a.tar.gz systemd-babc21fdc0c309e3f397fdb57fb3038b5bef654a.tar.bz2 systemd-babc21fdc0c309e3f397fdb57fb3038b5bef654a.zip |
time-util: let's make xstrftime() useful for everybody, even if we only have a single user so far.
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |