removed redundant namespace alias that may be a problem with GCC 3.4.2 on FreeBSD

This commit is contained in:
Arvid Norberg 2006-08-01 22:43:59 +00:00
parent 2d83cdfa59
commit 02c0048c10
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace libtorrent
using boost::asio::ipv4::host;
using boost::asio::deadline_timer;
*/
namespace asio = ::asio;
// namespace asio = ::asio;
using asio::ip::tcp;
using asio::ip::udp;