mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove the needless comment.
This commit is contained in:
parent
ad7f3a95d4
commit
513ff0259a
1 changed files with 0 additions and 1 deletions
|
@ -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 => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue