FreeCalypso > hg > gsm-codec-lib
changeset 409:4184ccc136a3
libtwamr/typedef.h: drop Pfloat from EFR, not used in AMR
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 07 May 2024 01:04:17 +0000 |
parents | 8847c1740e78 |
children | 0152c069d01f |
files | libtwamr/typedef.h |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/libtwamr/typedef.h Tue May 07 00:56:10 2024 +0000 +++ b/libtwamr/typedef.h Tue May 07 01:04:17 2024 +0000 @@ -9,13 +9,4 @@ typedef int32_t Word32; typedef uint8_t Flag; -/* Struct for storing pseudo floating point exponent and mantissa */ -struct _fp -{ - Word16 e; /* exponent */ - Word16 m; /* mantissa */ -}; - -typedef struct _fp Pfloat; - #endif /* include guard */