[ostree] core: Drop dead prototypes from header



commit ccfdf22bb89760004d3036b95c2061225bbc9798
Author: Colin Walters <walters verbum org>
Date:   Fri Jan 4 19:47:56 2013 -0500

    core: Drop dead prototypes from header
    
    Followup to previous commit.

 src/libotutil/ot-unix-utils.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/libotutil/ot-unix-utils.h b/src/libotutil/ot-unix-utils.h
index e0546a3..58dd59b 100644
--- a/src/libotutil/ot-unix-utils.h
+++ b/src/libotutil/ot-unix-utils.h
@@ -49,14 +49,6 @@ gboolean ot_util_path_split_validate (const char *path, GPtrArray **out_componen
 
 void ot_util_set_error_from_errno (GError **error, gint saved_errno);
 
-gboolean ot_unix_open (const char *path, 
-                       int         flags,
-                       mode_t      mode,
-                       int        *out_fd,
-                       GError    **error);
-
-gboolean ot_unix_open_noatime (const char *path, int *out_fd, GError **error);
-
 G_END_DECLS
 
 #endif



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