diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-05-24 20:31:20 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-05-24 20:31:27 -0700 |
| commit | 77bbd72171631223464057f79fcd82e81787e84c (patch) | |
| tree | 29855573299c2c015eb92f00e20df6771c3d010a /src/libstd/timer.rs | |
| parent | 23fcab927c898c2e65d0cf12859f2218ad4cb487 (diff) | |
| download | rust-77bbd72171631223464057f79fcd82e81787e84c.tar.gz rust-77bbd72171631223464057f79fcd82e81787e84c.zip | |
std: Remove unused variables
Diffstat (limited to 'src/libstd/timer.rs')
| -rw-r--r-- | src/libstd/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/timer.rs b/src/libstd/timer.rs index f6b88c810f4..6c5c4b350e7 100644 --- a/src/libstd/timer.rs +++ b/src/libstd/timer.rs @@ -241,7 +241,7 @@ mod test { delayed_send(hl_loop, 1000u, test_ch, expected); }; - let actual = alt recv_timeout(hl_loop, 1u, test_po) { + alt recv_timeout(hl_loop, 1u, test_po) { none { successes += 1; } _ { failures += 1; } }; |
