mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reorganize source files
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
#include <utility>
|
||||
#include <typeinfo>
|
||||
|
||||
#include <beast/streams/debug_ostream.h>
|
||||
#include <mutex>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace ripple {
|
||||
namespace detail {
|
||||
|
||||
@@ -49,16 +45,6 @@ private:
|
||||
std::aligned_storage<72>::type d_;
|
||||
STBase* p_ = nullptr;
|
||||
|
||||
struct Log
|
||||
{
|
||||
std::mutex mutex_;
|
||||
std::unordered_map<
|
||||
std::size_t, std::size_t> map_;
|
||||
|
||||
~Log();
|
||||
void operator() (std::size_t n);
|
||||
};
|
||||
|
||||
public:
|
||||
~STVar();
|
||||
STVar (STVar const& other);
|
||||
|
||||
Reference in New Issue
Block a user