From b1e629b951725c7fd3fd6743d67989660d5e4bd3 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 1 Apr 2014 15:38:07 +0100 Subject: [PATCH] Remove an obsolete comment Remove a comment that was about a macro that was removed in a7ef1cd35e9347a285f245041db4eb94047f4ab0 --- src/components/macros/macros.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/macros/macros.rs b/src/components/macros/macros.rs index 4ae1923d1f3..13b48456576 100644 --- a/src/components/macros/macros.rs +++ b/src/components/macros/macros.rs @@ -7,10 +7,6 @@ #[feature(macro_rules)]; -// Spawn a task, capturing the listed variables in a way that avoids the -// move-from-closure error. This is sugar around the function spawn_with, -// taking care of building a tuple and a lambda. - #[macro_export] macro_rules! bitfield( ($bitfieldname:ident, $getter:ident, $setter:ident, $value:expr) => (