From fff739ccd55a5fd2a15f51fedbad3debc1c8cd4a Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 15 Apr 2007 17:27:07 +0000 Subject: [PATCH] Delete unused define. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2671 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/op_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 258744aabc..576787d3f4 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -20,8 +20,6 @@ #include #include "exec.h" -#define MIPS_DEBUG_DISAS - #define GETPC() (__builtin_return_address(0)) /*****************************************************************************/