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) => (