removed unnecessary asserts from http_tracker_connection

This commit is contained in:
Arvid Norberg 2007-04-14 20:11:46 +00:00
parent 129b447509
commit 44603cf049
1 changed files with 0 additions and 3 deletions

View File

@ -539,7 +539,6 @@ namespace libtorrent
}
catch (std::exception& e)
{
assert(false);
fail(-1, e.what());
};
@ -564,7 +563,6 @@ namespace libtorrent
}
catch (std::exception& e)
{
assert(false);
fail(-1, e.what());
}
@ -589,7 +587,6 @@ namespace libtorrent
}
catch (std::exception& e)
{
assert(false);
fail(-1, e.what());
}; // msvc 7.1 seems to require this semi-colon