Skip to content

Commit 16d4875

Browse files
committed
---
yaml --- r: 3502 b: refs/heads/master c: a0cdb23 h: refs/heads/master v: v3
1 parent 2a0757c commit 16d4875

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: 4519f54857af1e4fa9deca42bde218078865b125
2+
refs/heads/master: a0cdb238920562467f390f0df69392bf70779384

trunk/src/lib/bitv.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ fn set(&t v, uint i, bool x) {
126126
auto bits = uint_bits();
127127
auto w = i / bits;
128128
auto b = i % bits;
129-
auto w0 = v.storage.(w);
130129
auto flag = 1u << b;
131130
v.storage.(w) =
132131
if (x) { v.storage.(w) | flag } else { v.storage.(w) & !flag };

0 commit comments

Comments
 (0)