qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/14] softfloat: Remove unused uint8 type


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 08/14] softfloat: Remove unused uint8 type
Date: Mon, 16 Jan 2012 01:46:57 +0100

Signed-off-by: Andreas Färber <address@hidden>
---
 fpu/softfloat.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fpu/softfloat.h b/fpu/softfloat.h
index dbdd390..99ff44e 100644
--- a/fpu/softfloat.h
+++ b/fpu/softfloat.h
@@ -55,7 +55,6 @@ these four paragraphs for those parts of this code that are 
retained.
 | to the same as `int'.
 *----------------------------------------------------------------------------*/
 typedef uint8_t flag;
-typedef uint8_t uint8;
 typedef int8_t int8;
 typedef unsigned int uint32;
 typedef signed int int32;
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]