commit | 0bdd09ad31a1068589c94444105fa64581b0d794 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Tue May 16 16:48:49 2017 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Tue Jun 20 20:04:57 2017 +0000 |
tree | 1330c00af043e74429758e9ef9198a229e9a7b7d | |
parent | dc7257223f0d18e9a99a7e523fd7c50fc9e0f7fc [diff] |
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>