transport, component, connection: Do not use unneeded return values
This commit is contained in:
parent
690e83725c
commit
5f9d91140d
3 changed files with 15 additions and 11 deletions
|
|
@ -152,7 +152,8 @@ impl Component {
|
|||
sid = value.to_owned();
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
_ => (),
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue