commit | a25b2a397fff48dea7bce16af2065e6f5f043956 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Sep 03 12:14:45 2014 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Sep 03 12:14:45 2014 -0700 |
tree | dd06252ea4921d939b37298c9fe2c71c3e32589c | |
parent | 4a16cd72102c5b0aeb2690edb5aac1c4d0e1b7fa [diff] [blame] |
Comment out unused parameter. BUG: 17281763 Change-Id: I1881e31893cd2d84389e4b29a4408d58654c20ca
diff --git a/keystore/keystore.cpp b/keystore/keystore.cpp index bda6948..27ced71 100644 --- a/keystore/keystore.cpp +++ b/keystore/keystore.cpp
@@ -225,7 +225,7 @@ return uid / AID_USER; } -static bool keystore_selinux_check_access(uid_t uid, perm_t perm, pid_t spid) { +static bool keystore_selinux_check_access(uid_t /*uid*/, perm_t perm, pid_t spid) { if (!ks_is_selinux_enabled) { return true; }