FairRootGroup / FairMQ

C++ Message Queuing Library and Framework
GNU Lesser General Public License v3.0
86 stars 34 forks source link

Drop unused variable #486

Closed ktf closed 1 year ago

ktf commented 1 year ago

Drop unused variable

The else clause at the end makes the postincrement impossible.


Stack created with Sapling. Best reviewed with ReviewStack.

rbx commented 1 year ago

Drop unused variable

agreed

The else clause at the end makes the postincrement impossible.

it's possible if method is "bind" or "connect" or address contains "@+>"?

ktf commented 1 year ago

it's possible if method is "bind" or "connect" or address contains "@+>"?

Yes, of course...