Remove obsolete comment (fixes #8209).

This commit is contained in:
Ms2ger 2015-11-04 14:33:35 +01:00
parent df4e614179
commit 208140d208

View file

@ -919,9 +919,6 @@ impl Window {
debug!("script: layout forked"); 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() { match join_port.try_recv() {
Err(Empty) => { Err(Empty) => {
info!("script: waiting on layout"); info!("script: waiting on layout");