ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()
authorGreg Hackmann <ghackmann@google.com>
Tue, 16 May 2017 23:48:49 +0000 (16:48 -0700)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:42 +0000 (18:03 +0200)
commite9ee8289c35adccdc0b4d26d1b9328f406c72c38
treeef336360f6f556675a35aeb5f3fc565f68a14660
parent9b1ce8d1b18268b9aa8a56c19a3202758f57ae97
ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()

smatch warns about the suspicious formatting in the last line of
open_flags_to_access_mode().  It turns out the only caller was deleted
over a year ago by "ANDROID: sdcardfs: Bring up to date with Android M
permissions:", so we can "fix" the function's formatting by deleting it.

Change-Id: Id85946f3eb01722eef35b1815f405a6fda3aa4ff
Signed-off-by: Greg Hackmann <ghackmann@google.com>
fs/sdcardfs/packagelist.c
fs/sdcardfs/sdcardfs.h