Skip to content

Commit a0a8ffc

Browse files
committed
---
yaml --- r: 63005 b: refs/heads/snap-stage3 c: 7266981 h: refs/heads/master i: 63003: e272f0b v: v3
1 parent a201302 commit a0a8ffc

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,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e99657c7e7a07828c6c6146f9d312193063a523c
4+
refs/heads/snap-stage3: 7266981b4cd9a593bf64ba3e91f724f998e18786
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/util/interner.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ impl<T:Eq + IterBytes + Hash + Const + Copy> Interner<T> {
6464
new_idx
6565
}
6666

67-
// this isn't "pure" in the traditional sense, because it can go from
68-
// failing to returning a value as items are interned. But for typestate,
69-
// where we first check a pred and then rely on it, ceasing to fail is ok.
7067
pub fn get(&self, idx: uint) -> T { self.vect[idx] }
7168

7269
pub fn len(&self) -> uint { let vect = &*self.vect; vect.len() }

0 commit comments

Comments
 (0)