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)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:11 +0000 (19:40 -0800)
commit494fd56001759a05cf3b7cafeb9ecb10565dc32f
treee99123536be5d036987050e8a5f40921977a216a
parentd5dadb6c35fc11537280190084ed94b20be26571
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