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 38ef75e6e0 which was before
we really had a stable shared library.

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

View File

@ -100,7 +100,6 @@ ostree_checksum_bytes_peek_validate
ostree_cmp_checksum_bytes ostree_cmp_checksum_bytes
ostree_validate_rev ostree_validate_rev
ostree_parse_refspec ostree_parse_refspec
ostree_checksum_update_meta
ostree_object_type_to_string ostree_object_type_to_string
ostree_object_type_from_string ostree_object_type_from_string
ostree_hash_object_name ostree_hash_object_name

View File

@ -214,9 +214,6 @@ gboolean ostree_parse_refspec (const char *refspec,
char **out_ref, char **out_ref,
GError **error); GError **error);
_OSTREE_PUBLIC
void ostree_checksum_update_meta (GChecksum *checksum, GFileInfo *file_info, GVariant *xattrs);
_OSTREE_PUBLIC _OSTREE_PUBLIC
const char * ostree_object_type_to_string (OstreeObjectType objtype); const char * ostree_object_type_to_string (OstreeObjectType objtype);