[ostree] core: Delete unused prototype



commit 1ae83002b58ec1cae5d8d2691c630cfee9beb7f0
Author: Colin Walters <walters verbum org>
Date:   Wed Sep 4 08:22:13 2013 -0400

    core: Delete unused prototype

 doc/ostree-sections.txt     |    1 -
 src/libostree/ostree-core.h |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/doc/ostree-sections.txt b/doc/ostree-sections.txt
index d8149f1..4707a66 100644
--- a/doc/ostree-sections.txt
+++ b/doc/ostree-sections.txt
@@ -31,7 +31,6 @@ ostree_object_from_string
 ostree_get_relative_object_path
 ostree_get_xattrs_for_file
 ostree_set_xattrs
-ostree_map_metadata_file
 ostree_content_stream_parse
 ostree_content_file_parse
 ostree_raw_file_to_content_stream
diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h
index 12ba249..33721d6 100644
--- a/src/libostree/ostree-core.h
+++ b/src/libostree/ostree-core.h
@@ -166,11 +166,6 @@ gboolean ostree_get_xattrs_for_file (GFile         *f,
 gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs,
                             GCancellable *cancellable, GError **error);
 
-gboolean ostree_map_metadata_file (GFile                       *file,
-                                   OstreeObjectType             expected_type,
-                                   GVariant                   **out_variant,
-                                   GError                     **error);
-
 gboolean
 ostree_content_stream_parse (gboolean                compressed,
                              GInputStream           *input,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]