Skip to content

Commit

Permalink
Delete unused variable.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
ths committed Aug 1, 2008
1 parent a7a044f commit 0fd70f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-mips/translate.c
Expand Up @@ -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;
Expand Down

0 comments on commit 0fd70f8

Please sign in to comment.