From 6923c088c5ad42f61fea9526e2919b610c745994 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 15 Apr 2016 15:51:51 -0400 Subject: [PATCH] lib: Remove ostree_repo_file_make_empty_tree This was removed in 14d682305b9c8d65e46f0aaf31e6851cf2042193 - 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 --- apidoc/ostree-sections.txt | 1 - src/libostree/ostree-repo-file.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/apidoc/ostree-sections.txt b/apidoc/ostree-sections.txt index d94e3ddd..815b6d47 100644 --- a/apidoc/ostree-sections.txt +++ b/apidoc/ostree-sections.txt @@ -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 diff --git a/src/libostree/ostree-repo-file.h b/src/libostree/ostree-repo-file.h index fb651645..6f9b79fe 100644 --- a/src/libostree/ostree-repo-file.h +++ b/src/libostree/ostree-repo-file.h @@ -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,