From: Peter Crosthwaite <[email protected]> This enum is not used by anything. Remove.
Signed-off-by: Peter Crosthwaite <[email protected]> Reviewed-by: Edgar E. Iglesias <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- target-microblaze/cpu.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 2c18b49..f21da2f 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -284,12 +284,6 @@ int cpu_mb_exec(CPUMBState *s); int cpu_mb_signal_handler(int host_signum, void *pinfo, void *puc); -enum { - CC_OP_DYNAMIC, /* Use env->cc_op */ - CC_OP_FLAGS, - CC_OP_CMP, -}; - /* FIXME: MB uses variable pages down to 1K but linux only uses 4k. */ #define TARGET_PAGE_BITS 12 #define MMAP_SHIFT TARGET_PAGE_BITS -- 2.1.4
