Skip to content

Commit aa9e15f

Browse files
committed
aarch64: remove unneeded defines
Signed-off-by: Pablo de Lara <[email protected]>
1 parent 841f9e3 commit aa9e15f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/aarch64_multibinary.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,6 @@ static inline int sysctlEnabled(const char* name){
233233
#define DEFINE_INTERFACE_DISPATCHER(name) \
234234
void * name##_dispatcher(void)
235235

236-
#define DO_DIGNOSTIC(x) _Pragma GCC diagnostic ignored "-W"#x
237-
#define DO_PRAGMA(x) _Pragma (#x)
238-
#define DIGNOSTIC_IGNORE(x) DO_PRAGMA(GCC diagnostic ignored #x)
239-
#define DIGNOSTIC_PUSH() DO_PRAGMA(GCC diagnostic push)
240-
#define DIGNOSTIC_POP() DO_PRAGMA(GCC diagnostic pop)
241-
242236
/**
243237
* Micro-Architector definitions
244238
* Reference: https://developer.arm.com/docs/ddi0595/f/aarch64-system-registers/midr_el1

0 commit comments

Comments
 (0)