Auto merge of #6846 - Ms2ger:2661-comment, r=jdm

Remove an obsolete comment I missed in #6804.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6846)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-30 06:10:56 -06:00
commit c5060fce9f

View file

@ -3442,8 +3442,6 @@ class CGUnionStruct(CGThing):
" %s::e%s(ref inner) => inner.to_jsval(cx, rval),"
% (self.type, v["name"]) for v in templateVars
]
# XXXManishearth The following should be #[must_root],
# however we currently allow it till #2661 is fixed
return ("""\
pub enum %s {
%s