chiark / gitweb /
core: Remove explicit Plymouth integration
[elogind.git] / src / shared / util.c
index 5cbbe8fb7d2886ffbbe36fab7cde07aba50fbe2c..3f3ca90f5d7e8b72e47ae96df6f18977049b2f0e 100644 (file)
@@ -4228,10 +4228,6 @@ bool nulstr_contains(const char*nulstr, const char *needle) {
         return false;
 }
 
-bool plymouth_running(void) {
-        return access("/run/plymouth/pid", F_OK) >= 0;
-}
-
 char* strshorten(char *s, size_t l) {
         assert(s);