fix partial eq for refined tcb; remains unused
This commit is contained in:
parent
fc68b55749
commit
08019ae94f
@ -325,7 +325,7 @@ impl PartialEq for RefinedTCB {
|
||||
#[cfg(feature = "do_hash_notify_state")]
|
||||
let ret = ret && self.notify_state == other.notify_state;
|
||||
#[cfg(feature = "do_hash_notify_value")]
|
||||
let ret = ret && self.notify_state == other.notify_state;
|
||||
let ret = ret && self.notify_value == other.notify_value;
|
||||
ret
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user