From 233aeaab6402f8beea5149d1b28364b828a0e065 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 2 Sep 2014 21:35:49 +0200 Subject: [PATCH] (7zip) Get rid of unused CPU_Is_Aes_Supported --- decompress/7zip/CpuArch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/decompress/7zip/CpuArch.h b/decompress/7zip/CpuArch.h index fad3646a0d..0cbd8a98b9 100755 --- a/decompress/7zip/CpuArch.h +++ b/decompress/7zip/CpuArch.h @@ -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