summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-06-18 21:19:43 +0000
committerColin Walters <walters@verbum.org>2020-06-18 21:19:43 +0000
commit935f879542c6d3a48903ac1cd9d90e590845b582 (patch)
tree572eb46210646fea4e24bfa1486c038479d76e32
parent7c2d45e7cbc8a69605d427adff62637e4a8e7d5f (diff)
downloadostree-935f879542c6d3a48903ac1cd9d90e590845b582.tar.gz
sysroot: Remove unimplemented ostree_sysroot_lock_with_mount_namespace
This came in with 5af403be0cc64df50ad21cef05f3268ead256d6d but was never implemented. I noticed this now because the Rust ostree bindings generate a wrapper for it which the linker tries to use.
-rw-r--r--src/libostree/ostree-sysroot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libostree/ostree-sysroot.h b/src/libostree/ostree-sysroot.h
index af8192fc..d9f5a546 100644
--- a/src/libostree/ostree-sysroot.h
+++ b/src/libostree/ostree-sysroot.h
@@ -102,9 +102,6 @@ _OSTREE_PUBLIC
gboolean ostree_sysroot_lock (OstreeSysroot *self, GError **error);
_OSTREE_PUBLIC
-gboolean ostree_sysroot_lock_with_mount_namespace (OstreeSysroot *self, GError **error);
-
-_OSTREE_PUBLIC
gboolean ostree_sysroot_try_lock (OstreeSysroot *self,
gboolean *out_acquired,
GError **error);