remove useless declaration

This commit is contained in:
Arvid Norberg 2009-07-26 08:17:34 +00:00
parent 4f4f96db5a
commit e06b7f7000
1 changed files with 0 additions and 2 deletions

View File

@ -200,8 +200,6 @@ namespace libtorrent
extern TORRENT_EXPORT asio::error::error_category libtorrent_category;
#else
class TORRENT_EXPORT boost::system::error_category;
struct TORRENT_EXPORT libtorrent_error_category : boost::system::error_category
{
virtual const char* name() const;