]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead #undef.
authorJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 23:22:24 +0000 (23:22 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 23:22:24 +0000 (23:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4234

coregrind/m_translate.c

index b49c30ec15f806faa066715dd2acafd6320288ff..6ca68bc87d79e0894993688b32cea6ede6fe45e7 100644 (file)
@@ -583,8 +583,6 @@ Bool VG_(translate) ( ThreadId tid,
 
    VGP_POPCC(VgpVexTime);
 
-#undef DECIDE_IF_PRINTING_CODEGEN
-
    /* Copy data at trans_addr into the translation cache. */
    vg_assert(tmpbuf_used > 0 && tmpbuf_used < 65536);