summaryrefslogtreecommitdiff
path: root/src/basic/plymouth-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/plymouth-util.h')
-rw-r--r--src/basic/plymouth-util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/basic/plymouth-util.h b/src/basic/plymouth-util.h
deleted file mode 100644
index 27b5eb28aa..0000000000
--- a/src/basic/plymouth-util.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
-#pragma once
-
-#define PLYMOUTH_SOCKET { \
- .un.sun_family = AF_UNIX, \
- .un.sun_path = "\0/org/freedesktop/plymouthd", \
- }