Remove obsolete RPCServerHandler:

This removes the legacy RPCServerHandler, which has been replaced by the
asynchronous RPC-HTTP/S server and corresponding RPCHTTPHandler.
This commit is contained in:
Vinnie Falco
2014-10-26 18:50:27 -07:00
parent ec96d5afa0
commit 2c8e90c9d8
10 changed files with 1 additions and 270 deletions

View File

@@ -233,10 +233,4 @@
#define RIPPLE_STRUCTURED_OVERLAY_SERVER 1
#endif
/** Config: RIPPLE_ASYNC_RPC_HANDLER
*/
#ifndef RIPPLE_ASYNC_RPC_HANDLER
#define RIPPLE_ASYNC_RPC_HANDLER 1
#endif
#endif