From e06b7f70000c5feffca161fe06cbab743ff6c717 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 26 Jul 2009 08:17:34 +0000 Subject: [PATCH] remove useless declaration --- include/libtorrent/error_code.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libtorrent/error_code.hpp b/include/libtorrent/error_code.hpp index f683c98c3..f2ddacf99 100644 --- a/include/libtorrent/error_code.hpp +++ b/include/libtorrent/error_code.hpp @@ -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;