(7zip) Get rid of unused CPU_Is_Aes_Supported

This commit is contained in:
twinaphex 2014-09-02 21:35:49 +02:00
parent 442b4a7c7e
commit 233aeaab64

View File

@ -119,7 +119,6 @@ Stop_Compiling_Bad_Endian
#define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
Bool CPU_Is_InOrder();
Bool CPU_Is_Aes_Supported();
EXTERN_C_END