From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOyDC-0003ZF-HP for qemu-devel@nongnu.org; Fri, 01 Aug 2008 13:14:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOyDA-0003YU-TP for qemu-devel@nongnu.org; Fri, 01 Aug 2008 13:14:42 -0400 Received: from [199.232.76.173] (port=34428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOyDA-0003YM-Ij for qemu-devel@nongnu.org; Fri, 01 Aug 2008 13:14:40 -0400 Received: from savannah.gnu.org ([199.232.41.3]:33038 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOyDA-0002Kq-A5 for qemu-devel@nongnu.org; Fri, 01 Aug 2008 13:14:40 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KOyD7-0005tH-7q for qemu-devel@nongnu.org; Fri, 01 Aug 2008 17:14:37 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KOyD6-0005sm-KE for qemu-devel@nongnu.org; Fri, 01 Aug 2008 17:14:37 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Fri, 01 Aug 2008 17:14:36 +0000 Subject: [Qemu-devel] [4981] Delete unused variable. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4981 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4981 Author: ths Date: 2008-08-01 17:14:35 +0000 (Fri, 01 Aug 2008) Log Message: ----------- Delete unused variable. Modified Paths: -------------- trunk/target-mips/translate.c Modified: trunk/target-mips/translate.c =================================================================== --- trunk/target-mips/translate.c 2008-08-01 15:13:58 UTC (rev 4980) +++ trunk/target-mips/translate.c 2008-08-01 17:14:35 UTC (rev 4981) @@ -519,7 +519,6 @@ 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;