diff options
author | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2013-12-17 19:53:53 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2013-12-17 19:53:53 +0900 |
commit | 513ff0259a145a72e1c550a43ef5b4557c0ad778 (patch) | |
tree | ada9f4c6f939d27247f0136bb1e9461f98da9bfa /src | |
parent | ad7f3a95d4c3e22273e02bee3adc98286090a3a2 (diff) | |
download | servo-513ff0259a145a72e1c550a43ef5b4557c0ad778.tar.gz servo-513ff0259a145a72e1c550a43ef5b4557c0ad778.zip |
Remove the needless comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/components/main/compositing/run.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/main/compositing/run.rs b/src/components/main/compositing/run.rs index 880beb82aa6..7add72d2a0c 100644 --- a/src/components/main/compositing/run.rs +++ b/src/components/main/compositing/run.rs @@ -189,7 +189,6 @@ impl IOCompositor { } fn handle_message(&mut self) { - // Handle messages while self.port.peek() { match self.port.recv() { Exit => { |