[x265] [PATCH 09/12] AArch64: Remove unused function declaration

Hari Limaye hari.limaye at arm.com
Thu May 2 21:19:44 UTC 2024


primitives.h contains a declaration for an AArch64 specific setup
function that was added as a temporary workaround in bc5837389, and
subsequently removed in 32b08c771. This patch cleans up the now
unused declaration which was left over.
---
 source/common/primitives.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/source/common/primitives.h b/source/common/primitives.h
index cc6b72e1a..fd343f5fe 100644
--- a/source/common/primitives.h
+++ b/source/common/primitives.h
@@ -473,9 +473,6 @@ void setupCPrimitives(EncoderPrimitives &p);
 void setupIntrinsicPrimitives(EncoderPrimitives &p, int cpuMask);
 void setupAssemblyPrimitives(EncoderPrimitives &p, int cpuMask);
 void setupAliasPrimitives(EncoderPrimitives &p);
-#if X265_ARCH_ARM64
-void setupAliasCPrimitives(EncoderPrimitives &cp, EncoderPrimitives &asmp, int cpuMask);
-#endif
 #if HAVE_ALTIVEC
 void setupPixelPrimitives_altivec(EncoderPrimitives &p);
 void setupDCTPrimitives_altivec(EncoderPrimitives &p);
--
2.42.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the x265-devel mailing list