Delete unused variable.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Aug 2008 17:14:35 +0000 (17:14 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Aug 2008 17:14:35 +0000 (17:14 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/translate.c

index d6e54c8..06a5f35 100644 (file)
@@ -519,7 +519,6 @@ typedef struct DisasContext {
     struct TranslationBlock *tb;
     target_ulong pc, saved_pc;
     uint32_t opcode;
-    uint32_t fp_status;
     /* Routine used to access memory */
     int mem_idx;
     uint32_t hflags, saved_hflags;