diff options
Diffstat (limited to 'src/lib/netlist/plib/pconfig.h')
-rw-r--r-- | src/lib/netlist/plib/pconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/netlist/plib/pconfig.h b/src/lib/netlist/plib/pconfig.h index 7634c663123..506c77c6f8d 100644 --- a/src/lib/netlist/plib/pconfig.h +++ b/src/lib/netlist/plib/pconfig.h @@ -90,13 +90,7 @@ typedef _int128_t INT128; #define MEMBER_ABI #endif -/* not supported in GCC prior to 4.4.x */ -#define ATTR_HOT __attribute__((hot)) -#define ATTR_COLD __attribute__((cold)) - #define RESTRICT __restrict__ -#define EXPECTED(x) (x) -#define UNEXPECTED(x) (x) #define ATTR_PRINTF(x,y) __attribute__((format(printf, x, y))) #define ATTR_UNUSED __attribute__((__unused__)) |