From 913bbbca4eac9fc9ed927e2b2da184850f32ff52 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Tue, 23 Jun 2009 10:27:00 +0200 Subject: [PATCH] cris: Remove unused internal flag. Signed-off-by: Edgar E. Iglesias --- target-cris/cpu.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/target-cris/cpu.h b/target-cris/cpu.h index ec8feb04aa..7c4e2576d9 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -93,9 +93,6 @@ #define CC_A 14 #define CC_P 15 -/* Internal flags for the implementation. */ -#define F_DELAYSLOT 1 - #define NB_MMU_MODES 2 typedef struct CPUCRISState { -- GitLab