Skip to content

Commit

Permalink
chore: Remove unused static variables (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyyan317 authored Oct 15, 2024
1 parent 02a7535 commit 2f40cde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/rpc/handlers/AccountObjects.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/rpc/handlers/LedgerData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <memory>
#include <optional>
#include <string>
#include <unordered_set>

namespace rpc {

Expand Down

0 comments on commit 2f40cde

Please sign in to comment.