Remove unused functions from mips stub

Merge of http://go/wvgerrit/16410

b/26346491

Change-Id: I335a8595a1a713cc6bdfba62f4783d7ae4048aa7
This commit is contained in:
Fred Gylys-Colwell
2016-01-04 13:26:33 -08:00
parent 3c5acad498
commit 3e8d137656

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