Skip to content

Commit 595215a

Browse files
committed
---
yaml --- r: 11973 b: refs/heads/master c: 009bbad h: refs/heads/master i: 11971: 344ffc4 v: v3
1 parent c420615 commit 595215a

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,5 +1,5 @@
11
---
2-
refs/heads/master: cec1a9b8592b573e40d81ba52d658bdcd9acacb3
2+
refs/heads/master: 009bbadd9202b12dcf3aa779129cd7e42005695c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/int.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ pure fn negative(x: int) -> bool { ret x < 0; }
3535
pure fn nonpositive(x: int) -> bool { ret x <= 0; }
3636
pure fn nonnegative(x: int) -> bool { ret x >= 0; }
3737

38-
39-
// FIXME: Make sure this works with negative integers.
40-
// See Issue #2002
4138
#[doc = "Produce a uint suitable for use in a hash table"]
4239
pure fn hash(x: int) -> uint { ret x as uint; }
4340

0 commit comments

Comments
 (0)