6efd04f efi/tpm: Remove unused functions and structures

2 files Authored by Tianjia Zhang 3 years ago, Committed by Daniel Kiper 3 years ago,
    efi/tpm: Remove unused functions and structures
    
    Although the tpm_execute() series of functions are defined they are not
    used anywhere. Several structures in the include/grub/efi/tpm.h header
    file are not used too. There is even nonexistent grub_tpm_init()
    declaration in this header. Delete all that unneeded stuff.
    
    If somebody needs the functionality implemented in the dropped code then
    he/she can re-add it later. Now it needlessly increases the GRUB
    code/image size.
    
    Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
    Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
    
        
file modified
+0 -97
file modified
+0 -41