# HG changeset patch # User Mychaela Falconia # Date 1715043857 0 # Node ID 4184ccc136a3b3f7e5c2ce5f54746962b3e72edb # Parent 8847c1740e78eaa8c9a68d1da2ba41b2a70bccff libtwamr/typedef.h: drop Pfloat from EFR, not used in AMR diff -r 8847c1740e78 -r 4184ccc136a3 libtwamr/typedef.h --- 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 */