Re: [PATCH 4/6] tpm: Drop unneeded code

2020-05-29 Thread Daniel Kiper
On Thu, May 28, 2020 at 09:22:34AM +0200, Javier Martinez Canillas wrote: > On 5/25/20 9:02 PM, Daniel Kiper wrote: > > Drop unused grub_tpm*_execute() and declaration of nonexistent > > grub_tpm_init(). > > > > Signed-off-by: Daniel Kiper > > --- > > [snip] > > > -static grub_err_t > > -grub_tpm

Re: [PATCH 4/6] tpm: Drop unneeded code

2020-05-28 Thread Javier Martinez Canillas
On 5/25/20 9:02 PM, Daniel Kiper wrote: > Drop unused grub_tpm*_execute() and declaration of nonexistent > grub_tpm_init(). > > Signed-off-by: Daniel Kiper > --- [snip] > -static grub_err_t > -grub_tpm2_execute (grub_efi_handle_t tpm_handle, > - PassThroughToTPM_InputParamBlo

[PATCH 4/6] tpm: Drop unneeded code

2020-05-25 Thread Daniel Kiper
Drop unused grub_tpm*_execute() and declaration of nonexistent grub_tpm_init(). Signed-off-by: Daniel Kiper --- grub-core/commands/efi/tpm.c | 97 include/grub/tpm.h | 3 -- 2 files changed, 100 deletions(-) diff --git a/grub-core/commands