diff options
Diffstat (limited to 'gcc/config/avr/avr.h')
-rw-r--r-- | gcc/config/avr/avr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 742c811285d..ffcfa263095 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -126,9 +126,6 @@ extern int avr_enhanced_p; numbered. */ #define WORDS_BIG_ENDIAN 0 -/* number of bits in an addressable storage unit */ -#define BITS_PER_UNIT 8 - /* Width in bits of a "word", which is the contents of a machine register. Note that this is not necessarily the width of data type `int'; */ #define BITS_PER_WORD 8 |