auto merge of #2021 : SimonSapin/servo/patch-1, r=jdm

Remove a comment that was about a macro that was removed in a7ef1cd35e
This commit is contained in:
bors-servo 2014-04-01 11:16:51 -04:00
commit 1c8ad2ce47

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