summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-id128/id128-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libelogind/sd-id128/id128-util.c')
-rw-r--r--src/libelogind/sd-id128/id128-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libelogind/sd-id128/id128-util.c b/src/libelogind/sd-id128/id128-util.c
index 337eae24b..a6687b0c9 100644
--- a/src/libelogind/sd-id128/id128-util.c
+++ b/src/libelogind/sd-id128/id128-util.c
@@ -153,6 +153,7 @@ int id128_read(const char *p, Id128Format f, sd_id128_t *ret) {
return id128_read_fd(fd, f, ret);
}
+#if 0 /// UNNEEDED by elogind
int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync) {
char buffer[36 + 2];
size_t sz;
@@ -205,3 +206,4 @@ const struct hash_ops id128_hash_ops = {
.hash = id128_hash_func,
.compare = id128_compare_func,
};
+#endif // 0