commit | a827f55629451299949f1166fdfb3e03f8084556 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Dec 07 14:18:34 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Dec 07 14:18:34 2017 -0800 |
tree | dc106ae5bc4d9b4ee8018b4037a609523eb3655d | |
parent | 56b0e8c1dfd203a5a8caba082d670851107254a5 [diff] |
Fix warning in system/vold/tests. * Comment out unused function. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I18db09be2ff8ef27f822876a6832ca5f08ce939f Merged-In: I7a23573af0d664a5f39f1cde3a22ac0001dac1ac
diff --git a/tests/CryptfsScryptHidlizationEquivalence_test.cpp b/tests/CryptfsScryptHidlizationEquivalence_test.cpp index 9c0d684..2905af2 100644 --- a/tests/CryptfsScryptHidlizationEquivalence_test.cpp +++ b/tests/CryptfsScryptHidlizationEquivalence_test.cpp
@@ -369,6 +369,7 @@ return keymaster_compatibility_cryptfs_scrypt(); } +#if 0 /* Create a new keymaster key and store it in this footer */ static int keymaster_create_key_new(struct crypt_mnt_ftr *ftr) { @@ -390,6 +391,7 @@ } return 0; } +#endif /* This signs the given object using the keymaster key. */ static int keymaster_sign_object_new(struct crypt_mnt_ftr *ftr,