about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/regs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/regs.h b/src/include/regs.h
index dc72a648..721f155a 100644
--- a/src/include/regs.h
+++ b/src/include/regs.h
@@ -32,10 +32,6 @@ typedef union {
 	uint8_t  byte[8];
 } reg64_t;
 
-typedef struct {
-    uint32_t tag;
-} fpu_p_reg_t;
-
 typedef enum {
 	ROUND_Nearest = 0,		
 	ROUND_Down    = 1,