sysroot: Drop unused prototype
authorColin Walters <walters@verbum.org>
Thu, 7 Dec 2023 14:58:59 +0000 (09:58 -0500)
committerColin Walters <walters@verbum.org>
Thu, 7 Dec 2023 18:31:42 +0000 (13:31 -0500)
This function doesn't exist anymore.

src/libostree/ostree-sysroot-private.h

index 851bc1f8e65e96c0078dfd87c4927699c4f46a37..7373b19b63c9384cf8961233c333903fd218ffdd 100644 (file)
@@ -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);