summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-unix-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-12-02 19:54:53 -0500
committerColin Walters <walters@verbum.org>2011-12-02 19:54:53 -0500
commit7545405b73f78f8dad5d72a9de9676e37a4b57c3 (patch)
tree00cb8fdb7cff0b5061da034cb85c9df631af563f /src/libotutil/ot-unix-utils.h
parent0003e101f61d2ff7283ee980ccae1cd98acb07d8 (diff)
downloadostree-7545405b73f78f8dad5d72a9de9676e37a4b57c3.tar.gz
core: Delete some dead utility code
Diffstat (limited to 'src/libotutil/ot-unix-utils.h')
-rw-r--r--src/libotutil/ot-unix-utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libotutil/ot-unix-utils.h b/src/libotutil/ot-unix-utils.h
index 59f8ef21..ad388ad7 100644
--- a/src/libotutil/ot-unix-utils.h
+++ b/src/libotutil/ot-unix-utils.h
@@ -54,12 +54,6 @@ GPtrArray* ot_util_path_split (const char *path);
char *ot_util_path_join_n (const char *base, GPtrArray *components, int n);
-int ot_util_count_filename_components (const char *path);
-
-int ot_util_open_file_read (const char *path, GError **error);
-
-int ot_util_open_file_read_at (int dirfd, const char *name, GError **error);
-
void ot_util_set_error_from_errno (GError **error, gint saved_errno);
G_END_DECLS