am 31e27468: isEmpty checks all files like reset

* commit '31e27468b6d822adbd2aec9219a68c206aa6957c':
  isEmpty checks all files like reset
diff --git a/keystore/keystore.cpp b/keystore/keystore.cpp
index 50e2ed4..1dd3af0 100644
--- a/keystore/keystore.cpp
+++ b/keystore/keystore.cpp
@@ -231,7 +231,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;
     }