From 935f879542c6d3a48903ac1cd9d90e590845b582 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 18 Jun 2020 21:19:43 +0000 Subject: [PATCH] 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. --- src/libostree/ostree-sysroot.h | 3 --- 1 file changed, 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 @@ -101,9 +101,6 @@ GFile * ostree_sysroot_get_deployment_origin_path (GFile *deployment_path); _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,