lib/repo: Delete unused private prototypes
The implementations were removed in: 6ffcb24d22
I noticed this while looking at the commit code.
Closes: #898
Approved by: jlebon
This commit is contained in:
parent
f4f1330789
commit
a094879f3a
|
|
@ -320,28 +320,6 @@ _ostree_repo_commit_trusted_content_bare (OstreeRepo *self,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
gboolean
|
|
||||||
_ostree_repo_open_untrusted_content_bare (OstreeRepo *self,
|
|
||||||
const char *expected_checksum,
|
|
||||||
guint64 content_len,
|
|
||||||
OstreeRepoContentBareCommit *out_state,
|
|
||||||
GOutputStream **out_stream,
|
|
||||||
gboolean *out_have_object,
|
|
||||||
GCancellable *cancellable,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
gboolean
|
|
||||||
_ostree_repo_commit_untrusted_content_bare (OstreeRepo *self,
|
|
||||||
const char *expected_checksum,
|
|
||||||
OstreeRepoContentBareCommit *state,
|
|
||||||
guint32 uid,
|
|
||||||
guint32 gid,
|
|
||||||
guint32 mode,
|
|
||||||
GVariant *xattrs,
|
|
||||||
GCancellable *cancellable,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
_ostree_repo_read_bare_fd (OstreeRepo *self,
|
_ostree_repo_read_bare_fd (OstreeRepo *self,
|
||||||
const char *checksum,
|
const char *checksum,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue