mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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
|
@ -202,7 +202,7 @@ namespace net_utils
|
|||
|
||||
virtual bool thread_init()
|
||||
{
|
||||
return m_config.m_phandler->init_server_thread();;
|
||||
return m_config.m_phandler->init_server_thread();
|
||||
}
|
||||
|
||||
virtual bool thread_deinit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue