diff options
| author | Heinrich Schuchardt <[email protected]> | 2017-11-06 21:17:46 +0100 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2017-12-01 13:22:56 +0100 |
| commit | 7e82449495eef28dddb6160385ab546eac212500 (patch) | |
| tree | ecfe432a7871fa0c4af8280420cdf5003c4d6161 /include | |
| parent | cd534083cd230e6a38ac575b62a3fb3b93521e9a (diff) | |
efi_loader: remove unused typedef for INTN
INTN is not used in the coding.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index fcd7483ab21..8ea44b1a7a2 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -29,7 +29,6 @@ enum efi_timer_delay { }; #define UINTN size_t -typedef long INTN; typedef uint16_t *efi_string_t; #define EVT_TIMER 0x80000000 |
