diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-22 20:42:15 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-22 20:42:15 +0000 |
commit | 42388c4ba7207ae49b58093a66a1f27267b7ede5 (patch) | |
tree | ffb3add1fc737c526a28729e1cabab2aa4c339c9 /target-mips/op.c | |
parent | c9e03d8f688dd915fa14d577493e60daf9a56b3c (diff) |
Delete dead code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4535 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op.c')
-rw-r--r-- | target-mips/op.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-mips/op.c b/target-mips/op.c index 2d9cd36fca..89495b7192 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -145,10 +145,6 @@ #include "fop_template.c" #undef FREG -#define FTN -#include "fop_template.c" -#undef FTN - /* Load and store */ #define MEMSUFFIX _raw #include "op_mem.c" |