aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl
diff options
context:
space:
mode:
authorAaron Hook <ahook@protonmail.com>2020-03-20 22:09:44 -0700
committerAaron Hook <ahook@protonmail.com>2020-03-20 22:09:44 -0700
commitaa93e3886211621e8c3367954b35260df731fc72 (patch)
treee07d0ebb38dbbe3c915b2871c7a81b7531cd99db /src/cryptonote_protocol/cryptonote_protocol_handler.inl
parentMerge pull request #6388 (diff)
downloadmonero-aa93e3886211621e8c3367954b35260df731fc72.tar.xz
p2p: remove old debug commands
Diffstat (limited to '')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
index d11f198aa..265c27315 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
@@ -154,12 +154,6 @@ namespace cryptonote
}
//------------------------------------------------------------------------------------------------------------------------
template<class t_core>
- bool t_cryptonote_protocol_handler<t_core>::get_stat_info(core_stat_info& stat_inf)
- {
- return m_core.get_stat_info(stat_inf);
- }
- //------------------------------------------------------------------------------------------------------------------------
- template<class t_core>
void t_cryptonote_protocol_handler<t_core>::log_connections()
{
std::stringstream ss;