From 08ef9a957027183dcf55e432441e8fb0d5299aba Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Wed, 11 Sep 2013 11:37:10 -0700 Subject: updater: Delete dead code set_perm and set_perm_recursive are no longer used. Delete. Change-Id: I3bb40b934b6c093b24b88aa4ed6f3c7de2bb52f0 --- minzip/DirUtil.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'minzip/DirUtil.h') diff --git a/minzip/DirUtil.h b/minzip/DirUtil.h index a5cfa76..85a0012 100644 --- a/minzip/DirUtil.h +++ b/minzip/DirUtil.h @@ -48,14 +48,6 @@ int dirCreateHierarchy(const char *path, int mode, */ int dirUnlinkHierarchy(const char *path); -/* chown -R : - * chmod -R - * - * Sets directories to and files to . Skips symlinks. - */ -int dirSetHierarchyPermissions(const char *path, - int uid, int gid, int dirMode, int fileMode); - #ifdef __cplusplus } #endif -- cgit v1.1