sysroot: Remove unimplemented ostree_sysroot_lock_with_mount_namespace
This came in with 5af403be0c but
was never implemented.
I noticed this now because the Rust ostree bindings generate a
wrapper for it which the linker tries to use.
This commit is contained in:
parent
7c2d45e7cb
commit
935f879542
|
|
@ -101,9 +101,6 @@ GFile * ostree_sysroot_get_deployment_origin_path (GFile *deployment_path);
|
||||||
_OSTREE_PUBLIC
|
_OSTREE_PUBLIC
|
||||||
gboolean ostree_sysroot_lock (OstreeSysroot *self, GError **error);
|
gboolean ostree_sysroot_lock (OstreeSysroot *self, GError **error);
|
||||||
|
|
||||||
_OSTREE_PUBLIC
|
|
||||||
gboolean ostree_sysroot_lock_with_mount_namespace (OstreeSysroot *self, GError **error);
|
|
||||||
|
|
||||||
_OSTREE_PUBLIC
|
_OSTREE_PUBLIC
|
||||||
gboolean ostree_sysroot_try_lock (OstreeSysroot *self,
|
gboolean ostree_sysroot_try_lock (OstreeSysroot *self,
|
||||||
gboolean *out_acquired,
|
gboolean *out_acquired,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue