diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:41:13 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:41:13 +0200 |
commit | fa1d5efb5a7038bc7c54687db3da3b0c8fb54157 (patch) | |
tree | 5a23088414f6401011128879dce17dfcbf3b976b /src/cryptonote_protocol/cryptonote_protocol_handler.inl | |
parent | Merge pull request #1167 (diff) | |
parent | Brackets to prevent premature return (diff) | |
download | monero-fa1d5efb5a7038bc7c54687db3da3b0c8fb54157.tar.xz |
Merge pull request #1168
10be903 Brackets to prevent premature return (NanoAkron)
fb1785a Brackets to ensure doesn't function prematurely return (NanoAkron)
8ed0d72 Moved logging to target functions rather than caller (NanoAkron)
442bfd1 Added messages at log level 2 to reflect deactivation procedure (NanoAkron)
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler.inl')
-rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 6dfc9fbc5..1f7047bed 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -75,8 +75,6 @@ namespace cryptonote template<class t_core> bool t_cryptonote_protocol_handler<t_core>::deinit() { - - return true; } //------------------------------------------------------------------------------------------------------------------------ |