clean up declaration for removed function
This commit is contained in:
parent
b065536023
commit
91838d8a65
|
@ -9,15 +9,14 @@
|
|||
#include <libtorrent/error_code.hpp>
|
||||
#include <libtorrent/ip_filter.hpp>
|
||||
#include <libtorrent/disk_io_thread.hpp>
|
||||
#include <libtorrent/aux_/session_settings.hpp>
|
||||
#include <libtorrent/extensions.hpp>
|
||||
#include <libtorrent/bdecode.hpp>
|
||||
#include <libtorrent/bencode.hpp>
|
||||
#include <libtorrent/aux_/session_impl.hpp> // for settings_map()
|
||||
#include <libtorrent/torrent_info.hpp>
|
||||
#include <libtorrent/kademlia/item.hpp> // for sign_mutable_item
|
||||
#include <libtorrent/time.hpp>
|
||||
#include <libtorrent/session_stats.hpp>
|
||||
#include <libtorrent/session_status.hpp>
|
||||
|
||||
#ifndef TORRENT_NO_DEPRECATE
|
||||
#include <libtorrent/extensions/lt_trackers.hpp>
|
||||
|
|
|
@ -155,8 +155,6 @@ namespace libtorrent
|
|||
struct tracker_logger;
|
||||
#endif
|
||||
|
||||
TORRENT_EXPORT std::pair<bencode_map_entry*, int> settings_map();
|
||||
|
||||
// this is the link between the main thread and the
|
||||
// thread started to run the main downloader loop
|
||||
struct TORRENT_EXTRA_EXPORT session_impl TORRENT_FINAL
|
||||
|
@ -172,9 +170,6 @@ namespace libtorrent
|
|||
// maximum length of query names which can be registered by extensions
|
||||
enum { max_dht_query_length = 15 };
|
||||
|
||||
#ifdef TORRENT_DEBUG
|
||||
// friend class ::libtorrent::peer_connection;
|
||||
#endif
|
||||
#if TORRENT_USE_INVARIANT_CHECKS
|
||||
friend class libtorrent::invariant_access;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue