From 1ac46828f2cd14e6207b133e2a4158f2a394f653 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 15 Apr 2016 15:20:57 -0400 Subject: [PATCH] core: Remove ostree_checksum_update_meta that was not implemented If a symbol falls in a git merkle tree forest, but no one hears it, did it ever exist? I'm claiming this isn't an API/ABI break because nothing could have actually used this. `git log -S checksum_update_meta` leads me to 38ef75e6e04f7ec19844f9a1c178e6066682d13d which was before we really had a stable shared library. Closes: #263 Approved by: giuseppe --- apidoc/ostree-sections.txt | 1 - src/libostree/ostree-core.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/apidoc/ostree-sections.txt b/apidoc/ostree-sections.txt index 1eef5da7..d94e3ddd 100644 --- a/apidoc/ostree-sections.txt +++ b/apidoc/ostree-sections.txt @@ -100,7 +100,6 @@ ostree_checksum_bytes_peek_validate ostree_cmp_checksum_bytes ostree_validate_rev ostree_parse_refspec -ostree_checksum_update_meta ostree_object_type_to_string ostree_object_type_from_string ostree_hash_object_name diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h index 29ef7b28..97d86bc5 100644 --- a/src/libostree/ostree-core.h +++ b/src/libostree/ostree-core.h @@ -214,9 +214,6 @@ gboolean ostree_parse_refspec (const char *refspec, char **out_ref, GError **error); -_OSTREE_PUBLIC -void ostree_checksum_update_meta (GChecksum *checksum, GFileInfo *file_info, GVariant *xattrs); - _OSTREE_PUBLIC const char * ostree_object_type_to_string (OstreeObjectType objtype);