Remove unused mentions of non-existent class.

This commit is contained in:
Jakob Petsovits 2015-07-16 01:39:49 -04:00
parent b0f06504fb
commit 2a22ecfcce
2 changed files with 0 additions and 3 deletions

View File

@ -54,7 +54,6 @@ namespace libtorrent
class torrent;
struct ip_filter;
class port_filter;
class connection_queue;
class alert;
#ifndef TORRENT_NO_DEPRECATE

View File

@ -33,7 +33,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/natpmp.hpp"
#include "libtorrent/socket.hpp"
#include "libtorrent/socket_io.hpp"
#include "libtorrent/connection_queue.hpp"
#include <boost/bind.hpp>
#include <boost/ref.hpp>
#include <boost/intrusive_ptr.hpp>
@ -66,7 +65,6 @@ int main(int argc, char* argv[])
return 1;
}
connection_queue cc(ios);
boost::intrusive_ptr<natpmp> natpmp_handler = new natpmp(ios, address_v4()
, &callback, &log_callback);