Skip to content

Commit f95e275

Browse files
committed
---
yaml --- r: 5993 b: refs/heads/master c: 9c097d1 h: refs/heads/master i: 5991: 8627909 v: v3
1 parent c1291f2 commit f95e275

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b16d9019a8c0b0e7950bd897e8b59136c2d98642
2+
refs/heads/master: 9c097d19e4408653e7e0c008f69af835d053b8a0

trunk/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)