]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-utmp.c
tree-wide: drop _pure_ + _const_ from local, static functions
[thirdparty/systemd.git] / src / login / logind-utmp.c
index 3f1503ad4842fdf6db35fb98e982f96edd1128fc..4db127a4c5212d907d5f21f473014bb384eb108a 100644 (file)
@@ -20,7 +20,7 @@
 #include "user-util.h"
 #include "utmp-wtmp.h"
 
-_const_ static usec_t when_wall(usec_t n, usec_t elapse) {
+static usec_t when_wall(usec_t n, usec_t elapse) {
         static const int wall_timers[] = {
                 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
                 25, 40, 55, 70, 100, 130, 150, 180,