From 88f2152f8081b9440f58411362c10d9a29c78f4c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 21 Jan 2022 15:33:09 -0500 Subject: [PATCH] ppc: remove incomplete undef list Signed-off-by: Mathieu Desnoyers Change-Id: I8f17fc89f34fd671d72a9bb5bcc12ca0bed1ca81 --- include/rseq/rseq-ppc.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rseq/rseq-ppc.h b/include/rseq/rseq-ppc.h index 387dc89..5a8d05d 100644 --- a/include/rseq/rseq-ppc.h +++ b/include/rseq/rseq-ppc.h @@ -792,9 +792,4 @@ error2: #endif } -#undef RSEQ_STORE_LONG -#undef RSEQ_LOAD_LONG -#undef RSEQ_LOADX_LONG -#undef RSEQ_CMP_LONG - #endif /* !RSEQ_SKIP_FASTPATH */ -- 2.34.1