Remove the needless comment.

This commit is contained in:
Tetsuharu OHZEKI 2013-12-17 19:53:53 +09:00
parent ad7f3a95d4
commit 513ff0259a

View file

@ -189,7 +189,6 @@ impl IOCompositor {
} }
fn handle_message(&mut self) { fn handle_message(&mut self) {
// Handle messages
while self.port.peek() { while self.port.peek() {
match self.port.recv() { match self.port.recv() {
Exit => { Exit => {