Auto merge of #8332 - Ms2ger:8209-comment, r=frewsxcv

Remove obsolete comment (fixes #8209).

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8332)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-05 06:25:54 +05:30
commit 1dc144d168

View file

@ -919,9 +919,6 @@ impl Window {
debug!("script: layout forked");
// FIXME(cgaebel): this is racey. What if the compositor triggers a
// reflow between the "join complete" message and returning from this
// function?
match join_port.try_recv() {
Err(Empty) => {
info!("script: waiting on layout");