Remove unused or obsolete classes and files

This commit is contained in:
Vinnie Falco
2016-04-11 05:32:30 -04:00
parent 735c341fae
commit 203739f7a4
425 changed files with 1968 additions and 5270 deletions

View File

@@ -25,7 +25,7 @@
namespace ripple {
namespace websocket {
std::unique_ptr<beast::Stoppable> makeServer (ServerDescription const& desc)
std::unique_ptr<Stoppable> makeServer (ServerDescription const& desc)
{
return makeServer02 (desc);
}