s390x: remove compatibility cc field
authorAlexander Graf <agraf@suse.de>
Wed, 13 Apr 2011 11:30:00 +0000 (13:30 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 20 May 2011 15:35:12 +0000 (17:35 +0200)
Remove the now unused cc field that was only required to not break
bisectability.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/cpu.h

index 125b9394bfc78011a4118c36379f16b1918ed5f3..4e5c3917d335ac0a2f9b033cc8ee9a6337141a53 100644 (file)
@@ -67,7 +67,6 @@ typedef struct CPUS390XState {
 
     PSW psw;
 
-    uint32_t cc;
     uint32_t cc_op;
     uint64_t cc_src;
     uint64_t cc_dst;