builtins-utils: Remove unused function

Fallout from 0221f5a1fa
This commit is contained in:
Debarshi Ray
2026-03-12 14:32:47 +01:00
committed by bbhtt
parent d7f83c0db1
commit 48e7bf32ec
2 changed files with 0 additions and 20 deletions

View File

@@ -1428,19 +1428,6 @@ ensure_remote_state_arch (FlatpakDir *dir,
return flatpak_remote_state_ensure_subsummary (state, dir, arch, FALSE, cancellable, error);
}
gboolean
ensure_remote_state_arch_for_ref (FlatpakDir *dir,
FlatpakRemoteState *state,
const char *ref,
gboolean cached,
gboolean only_sideloaded,
GCancellable *cancellable,
GError **error)
{
g_autofree char *ref_arch = flatpak_get_arch_for_ref (ref);
return ensure_remote_state_arch (dir, state, ref_arch, cached, only_sideloaded,cancellable, error);
}
/* Note: cached == TRUE here means prefer-cache, not only-cache */
gboolean
ensure_remote_state_all_arches (FlatpakDir *dir,

View File

@@ -200,13 +200,6 @@ gboolean ensure_remote_state_arch (FlatpakDir *dir,
gboolean only_sideloaded,
GCancellable *cancellable,
GError **error);
gboolean ensure_remote_state_arch_for_ref (FlatpakDir *dir,
FlatpakRemoteState *state,
const char *ref,
gboolean cached,
gboolean only_sideloaded,
GCancellable *cancellable,
GError **error);
gboolean ensure_remote_state_all_arches (FlatpakDir *dir,
FlatpakRemoteState *state,
gboolean cached,