ostree-repo-private: remove declaration for _ostree_repo_find_object
it was removed with:
commit 8609cb036b
Author: Colin Walters <walters@verbum.org>
Date: Thu Apr 21 15:14:51 2016 -0400
repo: Simplify internal has_object() lookup code
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #1443
Approved by: cgwalters
This commit is contained in:
parent
1c9baad8a8
commit
418e4545de
|
|
@ -237,14 +237,6 @@ _ostree_repo_ensure_loose_objdir_at (int dfd,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
gboolean
|
|
||||||
_ostree_repo_find_object (OstreeRepo *self,
|
|
||||||
OstreeObjectType objtype,
|
|
||||||
const char *checksum,
|
|
||||||
GFile **out_stored_path,
|
|
||||||
GCancellable *cancellable,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
GFile *
|
GFile *
|
||||||
_ostree_repo_get_commit_metadata_loose_path (OstreeRepo *self,
|
_ostree_repo_get_commit_metadata_loose_path (OstreeRepo *self,
|
||||||
const char *checksum);
|
const char *checksum);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue