diff options
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 167bae268a..2e21bc3b4a 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -780,8 +780,6 @@ typedef struct CCTable { int (*compute_c)(void); /* return the C flag */ } CCTable; -extern CCTable cc_table[]; - #if defined(CONFIG_USER_ONLY) static inline void cpu_clone_regs(CPUState *env, target_ulong newsp) { |