Remove an obsolete comment

Remove a comment that was about a macro that was removed in a7ef1cd35e
This commit is contained in:
Simon Sapin 2014-04-01 15:38:07 +01:00
parent 3eac31394c
commit b1e629b951

View file

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