From c62b36046bc28cb05f20a2e925c58f02e6dcc129 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 15 Sep 2017 16:03:36 +0100 Subject: [PATCH] lib/repo: Drop outdated FIXME comment from ostree-repo.h This was some incomplete planning from while the find_remotes() API was being designed; now totally outdated. Signed-off-by: Philip Withnall Closes: #1179 Approved by: cgwalters --- src/libostree/ostree-repo.h | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/libostree/ostree-repo.h b/src/libostree/ostree-repo.h index 682d4964..a2a46d4b 100644 --- a/src/libostree/ostree-repo.h +++ b/src/libostree/ostree-repo.h @@ -1156,33 +1156,6 @@ ostree_repo_pull_one_dir (OstreeRepo *self, GCancellable *cancellable, GError **error); - - -#if 0 -FIXME -Called with: remote_name, refs, override-commit-ids -or: URL, refs, override-commit-ids -=> we only need refs; could use the remote_name or URL as additional results - -Summary file is downloaded first, so this would result in multiple downloads of -the summary, but we don’t care because of caching. - -Big problem preventing this from being the overall API: presenting the download -sizes in the gnome-software UI before the user chooses to download. - -_OSTREE_PUBLIC -gboolean ostree_repo_find_remotes_squashed (OstreeRepo *self, - const gchar * const *refs, -> options - GVariant *options, - OstreeRepoFinder **finders, -> options - GMainContext *context, -> nope - OstreeAsyncProgress *progress, - GCancellable *cancellable, - GError **error); -#endif - - - _OSTREE_PUBLIC gboolean ostree_repo_pull_with_options (OstreeRepo *self, const char *remote_name_or_baseurl,