chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / libelogind / sd-bus / bus-type.c
index 6bc7b880a624f2cd23d1a6bd5d361512c19244d4..27014eed293363fe5705ac2e4fc57478a6a40209 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -45,6 +43,7 @@ bool bus_type_is_valid(char c) {
         return !!memchr(valid, c, sizeof(valid));
 }
 
+#if 0 /// UNNEEDED by elogind
 bool bus_type_is_valid_in_signature(char c) {
         static const char valid[] = {
                 SD_BUS_TYPE_BYTE,
@@ -70,6 +69,7 @@ bool bus_type_is_valid_in_signature(char c) {
 
         return !!memchr(valid, c, sizeof(valid));
 }
+#endif // 0
 
 bool bus_type_is_basic(char c) {
         static const char valid[] = {