tpmr: Delete unimplemented nvram commands

nv_definespace, nv_writevalue, and nv_readvalue were never actually
implemented, remove them.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2023-03-07 13:18:38 -05:00
parent 7afb1e474f
commit 93459563d0
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -360,12 +360,6 @@ case "$subcmd" in
tpm2_counter_inc "$@";;
counter_create)
tpm2_counter_cre "$@";;
nv_definespace)
tpm2_nvdef "$@";;
nv_writevalue)
tpm2_nvw "$@";;
nv_readvalue)
tpm2_nvr "$@";;
seal)
tpm2_seal "$@";;
startsession)