We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1291f2 commit f95e275Copy full SHA for f95e275
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b16d9019a8c0b0e7950bd897e8b59136c2d98642
+refs/heads/master: 9c097d19e4408653e7e0c008f69af835d053b8a0
trunk/src/lib/int.rs
@@ -74,9 +74,6 @@ Produce a uint suitable for use in a hash table
74
*/
75
fn hash(x: int) -> uint { ret x as uint; }
76
77
-// FIXME: This is redundant
78
-fn eq_alias(x: int, y: int) -> bool { ret x == y; }
79
-
80
/*
81
Function: range
82
0 commit comments