Fix warning in system/vold/tests.
* Comment out unused function. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I18db09be2ff8ef27f822876a6832ca5f08ce939f Merged-In: I7a23573af0d664a5f39f1cde3a22ac0001dac1ac
This commit is contained in:
parent
56b0e8c1df
commit
a827f55629
1 changed files with 2 additions and 0 deletions
|
@ -369,6 +369,7 @@ static int keymaster_check_compatibility_new()
|
|||
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 @@ static int keymaster_create_key_new(struct crypt_mnt_ftr *ftr)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* This signs the given object using the keymaster key. */
|
||||
static int keymaster_sign_object_new(struct crypt_mnt_ftr *ftr,
|
||||
|
|
Loading…
Reference in a new issue