Merge "Remove unused functions from mips stub"

This commit is contained in:
Fred Gylys-Colwell
2016-01-13 21:01:28 +00:00
committed by Android (Google) Code Review

View File

@@ -281,16 +281,4 @@ OEMCryptoResult Level3_ForceDeleteUsageEntry(const uint8_t* /*pst*/,
OEMCryptoResult Level3_DeleteUsageTable() {
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
}
OEMCryptoResult Tool_FieldProvision() {
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
}
OEMCryptoResult Tool_SaveKeybox() {
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
}
OEMCryptoResult Tool_MakePad(uint8_t* /*preprov*/, uint8_t* /*pad*/) {
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
}
} // namespace wvoec3