extmod/moductypes: Remove BITFIELD from aggregate types enum.

This value is unused. It was an artifact of early draft design, but
bitfields were optimized to use scalar one-word encoding, to allow
compact encoding of typical multiple bitfields in MCU control
registers.
This commit is contained in:
Paul Sokolovsky 2018-09-29 18:01:58 +03:00 committed by Damien George
parent d251f26688
commit 18f45d2e23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ enum {
#define AGG_TYPE_BITS 2
enum {
STRUCT, PTR, ARRAY, BITFIELD,
STRUCT, PTR, ARRAY,
};
// Here we need to set sign bit right