Skip to content

Commit

Permalink
Remove obsolete function
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pavlov committed Jun 1, 2016
1 parent ff22f77 commit 47a9c72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions include/libed2k/session_impl.hpp
Expand Up @@ -395,8 +395,6 @@ namespace libed2k {
void find_keyword(const std::string& keyword);
void find_sources(const md4_hash& hash, size_type size);

void on_find_result(std::vector<tcp::endpoint> const& peers);

/*
* called when traverse for id completed
*
Expand Down
4 changes: 0 additions & 4 deletions src/session_impl.cpp
Expand Up @@ -1920,10 +1920,6 @@ void session_impl::set_external_address(address const& ip
}
}

void session_impl::on_find_result(std::vector<tcp::endpoint> const& peers) {

}

void session_impl::on_traverse_completed(const kad_id& id) {
DBG("traverse for " << id << " completed");
size_t n = m_active_dht_requests.erase(id);
Expand Down

0 comments on commit 47a9c72

Please sign in to comment.