about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-11 09:52:40 -0700
committerbors <bors@rust-lang.org>2013-06-11 09:52:40 -0700
commitd1d855993d0386fc13ad1b74df565b5ba6f6e4ea (patch)
treef4c3d0397b96ac2a4d324e29ea1118f9223a7e3c /src/libextra
parentbf41586a1835790b7294c658f4dae484f738ce03 (diff)
parent8081aea3b86d9e25746ff03acabe53c3644b600c (diff)
downloadrust-d1d855993d0386fc13ad1b74df565b5ba6f6e4ea.tar.gz
rust-d1d855993d0386fc13ad1b74df565b5ba6f6e4ea.zip
auto merge of #7047 : bblum/rust/bug_triage, r=graydon
r? anybody
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/timer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libextra/timer.rs b/src/libextra/timer.rs
index f2513366663..7a4ad34b508 100644
--- a/src/libextra/timer.rs
+++ b/src/libextra/timer.rs
@@ -131,7 +131,6 @@ pub fn recv_timeout<T:Copy + Owned>(iotask: &IoTask,
     unsafe {
         let wait_po = cast::transmute_mut(wait_po);
 
-        // FIXME: This could be written clearer (#2618)
         either::either(
             |_| {
                 None