From: Alexander Graf Date: Wed, 13 Apr 2011 11:30:00 +0000 (+0200) Subject: s390x: remove compatibility cc field X-Git-Tag: v0.15.0-rc0~256^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fe9b35b78f0116fce8fa1b95ebb3526e31a73086;p=qemu-xen-4.3-testing.git s390x: remove compatibility cc field Remove the now unused cc field that was only required to not break bisectability. Signed-off-by: Alexander Graf --- diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 125b9394b..4e5c3917d 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -67,7 +67,6 @@ typedef struct CPUS390XState { PSW psw; - uint32_t cc; uint32_t cc_op; uint64_t cc_src; uint64_t cc_dst;