Remove HTTP::ScopedStream:

This class was used to allow stream style operator<< to write to the
HTTP::Session. This is being superceded by a more robust object-based model
that supports coroutines.
This commit is contained in:
Vinnie Falco
2014-10-14 18:37:25 -07:00
parent db5d52b4b2
commit f5b39ee911
6 changed files with 5 additions and 119 deletions

View File

@@ -21,7 +21,6 @@
#include <ripple/http/impl/Door.cpp>
#include <ripple/http/impl/Port.cpp>
#include <ripple/http/impl/ScopedStream.cpp>
#include <ripple/http/impl/ServerImpl.cpp>
#include <ripple/http/impl/Server.cpp>
#include <ripple/http/tests/Server.test.cpp>