Remove std::int::eq_alias
This is the exact same function as int::eq
This commit is contained in:
parent
b16d9019a8
commit
9c097d19e4
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue