transport, component, connection: Do not use unneeded return values

This commit is contained in:
Maxime “pep” Buquet 2017-12-28 06:19:07 +01:00
commit 5f9d91140d
3 changed files with 15 additions and 11 deletions

View file

@ -152,7 +152,8 @@ impl Component {
sid = value.to_owned();
}
}
}
},
_ => (),
}
break
}