lib: Remove ostree_repo_file_make_empty_tree

This was removed in 14d682305b - long
before we had a stable library.

I again claim removing unimplemented symbols from the header is not an
API/ABI break.

Closes: #263
Approved by: giuseppe
This commit is contained in:
Colin Walters 2016-04-15 15:51:51 -04:00 committed by Colin Walters (automation)
parent 1ac46828f2
commit 6923c088c5
2 changed files with 0 additions and 4 deletions

View File

@ -338,7 +338,6 @@ ostree_repo_file_ensure_resolved
ostree_repo_file_get_xattrs ostree_repo_file_get_xattrs
ostree_repo_file_get_repo ostree_repo_file_get_repo
ostree_repo_file_get_root ostree_repo_file_get_root
ostree_repo_file_make_empty_tree
ostree_repo_file_tree_set_metadata ostree_repo_file_tree_set_metadata
ostree_repo_file_tree_get_contents_checksum ostree_repo_file_tree_get_contents_checksum
ostree_repo_file_tree_get_metadata_checksum ostree_repo_file_tree_get_metadata_checksum

View File

@ -58,9 +58,6 @@ OstreeRepo * ostree_repo_file_get_repo (OstreeRepoFile *self);
_OSTREE_PUBLIC _OSTREE_PUBLIC
OstreeRepoFile * ostree_repo_file_get_root (OstreeRepoFile *self); OstreeRepoFile * ostree_repo_file_get_root (OstreeRepoFile *self);
_OSTREE_PUBLIC
void ostree_repo_file_make_empty_tree (OstreeRepoFile *self);
_OSTREE_PUBLIC _OSTREE_PUBLIC
void ostree_repo_file_tree_set_metadata (OstreeRepoFile *self, void ostree_repo_file_tree_set_metadata (OstreeRepoFile *self,
const char *checksum, const char *checksum,