chore: Remove unused static variables (#1683)

This commit is contained in:
cyan317
2024-10-15 16:43:21 +01:00
committed by GitHub
parent 02a75356fb
commit 2f40cde7f5
2 changed files with 0 additions and 5 deletions

View File

@@ -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;

View File

@@ -43,7 +43,6 @@
#include <memory>
#include <optional>
#include <string>
#include <unordered_set>
namespace rpc {