mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
auto merge of #2504 : zwarich/servo/dont-implement-ne, r=jdm
This commit is contained in:
commit
43beda87b2
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ impl Eq for ImageResponseMsg {
|
|||
(&ImageReady(..), _) | (&ImageNotReady, _) | (&ImageFailed, _) => false
|
||||
}
|
||||
}
|
||||
|
||||
fn ne(&self, other: &ImageResponseMsg) -> bool {
|
||||
!(*self).eq(other)
|
||||
}
|
||||
}
|
||||
|
||||
#[deriving(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue