mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 01:35:01 -04:00
remove empty statements
Cleaning up a little around the code base.
This commit is contained in:
parent
6b2b1d6368
commit
c61abf87c0
11 changed files with 14 additions and 14 deletions
|
@ -69,7 +69,7 @@ uint16_t parse_public_rpc_port(const po::variables_map &vm)
|
|||
const auto &restricted_rpc_port = cryptonote::core_rpc_server::arg_rpc_restricted_bind_port;
|
||||
if (!command_line::is_arg_defaulted(vm, restricted_rpc_port))
|
||||
{
|
||||
rpc_port_str = command_line::get_arg(vm, restricted_rpc_port);;
|
||||
rpc_port_str = command_line::get_arg(vm, restricted_rpc_port);
|
||||
}
|
||||
else if (command_line::get_arg(vm, cryptonote::core_rpc_server::arg_restricted_rpc))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue