summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-metalink.h
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2016-08-22 16:14:52 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-08-31 16:52:12 +0000
commit9546b93382fc5a07ec0f753f66497992f514fd09 (patch)
tree151eb091fea17545db7bbdd3b869bd33019b2c80 /src/libostree/ostree-metalink.h
parentbfa8eaccd30ff9c24a8c8d36c907879e44eb95a3 (diff)
downloadostree-9546b93382fc5a07ec0f753f66497992f514fd09.tar.gz
pull: drop fetching_sync_uri
This made sense back when we used a main loop even when we needed to fetch objects synchronously. Nowadays, we no longer actually update progress before the FETCHING_OBJECTS phase, which is only for async requests. This allows us to get rid of fetch_uri_contents_membuf_sync() and to generalize fetch_uri_contents_utf8_sync() so that it only requires a fetcher. This will be needed later. Closes: #469 Approved by: cgwalters
Diffstat (limited to 'src/libostree/ostree-metalink.h')
-rw-r--r--src/libostree/ostree-metalink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libostree/ostree-metalink.h b/src/libostree/ostree-metalink.h
index abf4c629..8f63d372 100644
--- a/src/libostree/ostree-metalink.h
+++ b/src/libostree/ostree-metalink.h
@@ -53,7 +53,6 @@ SoupURI *_ostree_metalink_get_uri (OstreeMetalink *self);
gboolean _ostree_metalink_request_sync (OstreeMetalink *self,
SoupURI **out_target_uri,
GBytes **out_data,
- SoupURI **fetching_sync_uri,
GCancellable *cancellable,
GError **error);
G_END_DECLS