Remove std::int::eq_alias

This is the exact same function as int::eq
This commit is contained in:
Brian Anderson 2011-10-27 18:23:06 -07:00
parent b16d9019a8
commit 9c097d19e4

View File

@ -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