|
From: <sv...@va...> - 2005-07-23 23:23:33
|
Author: sewardj
Date: 2005-07-24 00:22:24 +0100 (Sun, 24 Jul 2005)
New Revision: 4234
Log:
Remove dead #undef.
Modified:
trunk/coregrind/m_translate.c
Modified: trunk/coregrind/m_translate.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_translate.c 2005-07-23 17:45:15 UTC (rev 4233)
+++ trunk/coregrind/m_translate.c 2005-07-23 23:22:24 UTC (rev 4234)
@@ -583,8 +583,6 @@
=20
VGP_POPCC(VgpVexTime);
=20
-#undef DECIDE_IF_PRINTING_CODEGEN
-
/* Copy data at trans_addr into the translation cache. */
vg_assert(tmpbuf_used > 0 && tmpbuf_used < 65536);
=20
|