Skip to content

Commit 9c097d1

Browse files
committed
Remove std::int::eq_alias
This is the exact same function as int::eq
1 parent b16d901 commit 9c097d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/int.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ Produce a uint suitable for use in a hash table
7474
*/
7575
fn hash(x: int) -> uint { ret x as uint; }
7676

77-
// FIXME: This is redundant
78-
fn eq_alias(x: int, y: int) -> bool { ret x == y; }
79-
8077
/*
8178
Function: range
8279

0 commit comments

Comments
 (0)