mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-26 18:42:43 +01:00
Problem: redundant old-style void argument declarations
Solution: remove
This commit is contained in:
@@ -369,7 +369,7 @@ int zmq::router_t::xrecv (msg_t *msg_)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int zmq::router_t::rollback (void)
|
||||
int zmq::router_t::rollback ()
|
||||
{
|
||||
if (current_out) {
|
||||
current_out->rollback ();
|
||||
|
||||
Reference in New Issue
Block a user