chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / libelogind / sd-bus / bus-type.h
index 581574ab73183b98344814d9cbcbe5f05ddb7bd4..9a2a4f809ba3e7fead09686c7230d4304f0a1263 100644 (file)
@@ -27,7 +27,7 @@
 #include "sd-bus.h"
 
 bool bus_type_is_valid(char c) _const_;
-bool bus_type_is_valid_in_signature(char c) _const_;
+// UNNEEDED bool bus_type_is_valid_in_signature(char c) _const_;
 bool bus_type_is_basic(char c) _const_;
 /* "trivial" is systemd's term for what the D-Bus Specification calls
  * a "fixed type": that is, a basic type of fixed length */