mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Remove unused static variables (#1683)
This commit is contained in:
@@ -55,10 +55,6 @@ class AccountObjectsHandler {
|
||||
// dependencies
|
||||
std::shared_ptr<BackendInterface> sharedPtrBackend_;
|
||||
|
||||
// constants
|
||||
static std::unordered_map<std::string, ripple::LedgerEntryType> const TYPES_MAP;
|
||||
static std::unordered_set<std::string> const TYPES_KEYS;
|
||||
|
||||
public:
|
||||
static auto constexpr LIMIT_MIN = 10;
|
||||
static auto constexpr LIMIT_MAX = 400;
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
namespace rpc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user