From: Colin Walters Date: Thu, 7 Dec 2023 14:58:59 +0000 (-0500) Subject: sysroot: Drop unused prototype X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~7^2~19^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6cb15c35c8f259d10e6900a53d077984bdcab60a;p=ostree.git sysroot: Drop unused prototype This function doesn't exist anymore. --- diff --git a/src/libostree/ostree-sysroot-private.h b/src/libostree/ostree-sysroot-private.h index 851bc1f8..7373b19b 100644 --- a/src/libostree/ostree-sysroot-private.h +++ b/src/libostree/ostree-sysroot-private.h @@ -142,9 +142,6 @@ gboolean _ostree_sysroot_boot_complete (OstreeSysroot *self, GCancellable *cance OstreeDeployment *_ostree_sysroot_deserialize_deployment_from_variant (GVariant *v, GError **error); -char *_ostree_sysroot_get_origin_relpath (GFile *path, guint32 *out_device, guint64 *out_inode, - GCancellable *cancellable, GError **error); - gboolean _ostree_sysroot_rmrf_deployment (OstreeSysroot *sysroot, OstreeDeployment *deployment, GCancellable *cancellable, GError **error);