From: Florian Krohm Date: Thu, 27 Dec 2012 00:44:30 +0000 (+0000) Subject: s390: Remove a forgotten debug print statement. X-Git-Tag: svn/VALGRIND_3_9_0^2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89927983bb5d1a197d4994af1a9b4846454a8c25;p=thirdparty%2Fvalgrind.git s390: Remove a forgotten debug print statement. git-svn-id: svn://svn.valgrind.org/vex/trunk@2618 --- diff --git a/VEX/priv/s390_disasm.c b/VEX/priv/s390_disasm.c index 14f313ee62..4c1da64ee9 100644 --- a/VEX/priv/s390_disasm.c +++ b/VEX/priv/s390_disasm.c @@ -42,7 +42,6 @@ static const HChar * mnemonic(const HChar *mnm) { - vex_printf("MNEMONIC = |%s|\n", mnm); vassert(vex_strlen(mnm) <= S390_MAX_MNEMONIC_LEN); static HChar buf[S390_MAX_MNEMONIC_LEN + 1];