From e95902280c362cec38bc79c63e0da5cc35241e2b Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Sun, 16 Apr 2017 15:40:10 -0700 Subject: libmounts: Remove two dead functions. find_mounted_volume_by_device() and remount_read_only() have no active users. And we don't have a code logic that requires these two functions. Test: mmma bootable/recovery Test: Code search shows no user. Change-Id: Ib11c2ba93ee087ea020c1337eb06686a6165f894 --- mounts.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mounts.h') diff --git a/mounts.h b/mounts.h index 1b7670329..0de1ebd0a 100644 --- a/mounts.h +++ b/mounts.h @@ -21,12 +21,8 @@ struct MountedVolume; bool scan_mounted_volumes(); -MountedVolume* find_mounted_volume_by_device(const char* device); - MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point); int unmount_mounted_volume(MountedVolume* volume); -int remount_read_only(MountedVolume* volume); - #endif -- cgit v1.2.3