Remove std::int::eq_alias
This is the exact same function as int::eq
This commit is contained in:
parent
b16d9019a8
commit
9c097d19e4
@ -74,9 +74,6 @@ Produce a uint suitable for use in a hash table
|
||||
*/
|
||||
fn hash(x: int) -> uint { ret x as uint; }
|
||||
|
||||
// FIXME: This is redundant
|
||||
fn eq_alias(x: int, y: int) -> bool { ret x == y; }
|
||||
|
||||
/*
|
||||
Function: range
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user