mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 16:30:52 +00:00
Remove unused functions & cleanup code:
* Remove superseded ECDSA key functions * Remove unused string helper functions * Remove beast::FatalError * Cleanup SSL context generation * Improve parsing of RPC commands during startup
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
// Order matters, since headers don't have their own #include lines.
|
||||
// Add new includes to the bottom.
|
||||
|
||||
#include <ripple/beast/core/FatalError.h>
|
||||
#include <ripple/beast/core/LexicalCast.h>
|
||||
|
||||
#include <ripple/beast/core/SystemStats.h>
|
||||
@@ -193,7 +192,6 @@
|
||||
|
||||
#endif
|
||||
|
||||
#include <ripple/beast/core/FatalError.cpp>
|
||||
#include <ripple/beast/core/SemanticVersion.cpp>
|
||||
#include <ripple/beast/core/SystemStats.cpp>
|
||||
#include <ripple/beast/core/RelativeTime.cpp>
|
||||
|
||||
Reference in New Issue
Block a user