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:
parent
1ac46828f2
commit
6923c088c5
|
|
@ -338,7 +338,6 @@ ostree_repo_file_ensure_resolved
|
|||
ostree_repo_file_get_xattrs
|
||||
ostree_repo_file_get_repo
|
||||
ostree_repo_file_get_root
|
||||
ostree_repo_file_make_empty_tree
|
||||
ostree_repo_file_tree_set_metadata
|
||||
ostree_repo_file_tree_get_contents_checksum
|
||||
ostree_repo_file_tree_get_metadata_checksum
|
||||
|
|
|
|||
|
|
@ -58,9 +58,6 @@ OstreeRepo * ostree_repo_file_get_repo (OstreeRepoFile *self);
|
|||
_OSTREE_PUBLIC
|
||||
OstreeRepoFile * ostree_repo_file_get_root (OstreeRepoFile *self);
|
||||
|
||||
_OSTREE_PUBLIC
|
||||
void ostree_repo_file_make_empty_tree (OstreeRepoFile *self);
|
||||
|
||||
_OSTREE_PUBLIC
|
||||
void ostree_repo_file_tree_set_metadata (OstreeRepoFile *self,
|
||||
const char *checksum,
|
||||
|
|
|
|||
Loading…
Reference in New Issue