From: Florian Krohm Date: Wed, 10 Dec 2014 22:11:33 +0000 (+0000) Subject: Remove some debugging code that was accidentally checked in X-Git-Tag: svn/VALGRIND_3_11_0^2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f0a506bfd819d1cf5b9317804db78c9b792dca;p=thirdparty%2Fvalgrind.git Remove some debugging code that was accidentally checked in in r3038 git-svn-id: svn://svn.valgrind.org/vex/trunk@3039 --- diff --git a/VEX/priv/main_main.c b/VEX/priv/main_main.c index 58748a7ac2..0d77e174bb 100644 --- a/VEX/priv/main_main.c +++ b/VEX/priv/main_main.c @@ -1581,8 +1581,6 @@ static void check_hwcaps ( VexArch arch, UInt hwcaps ) } case VexArchAMD64: { - invalid_hwcaps(arch, hwcaps, - "Support for AVX2 requires AVX capabilities\n"); /* SSE3 and CX16 are orthogonal and > baseline, although we really don't expect to come across anything which can do SSE3 but can't do CX16. Still, we can handle that case. LZCNT is similarly