From 2c5a9bd952314f7ebbef1f16f1ede5c4be65b7fd Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 28 May 2024 13:52:31 +0200 Subject: [PATCH] Update Indexes.h --- src/ripple/protocol/Indexes.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ripple/protocol/Indexes.h b/src/ripple/protocol/Indexes.h index 343298c76..e75c2c5bb 100644 --- a/src/ripple/protocol/Indexes.h +++ b/src/ripple/protocol/Indexes.h @@ -297,15 +297,6 @@ import_vlseq(PublicKey const& key) noexcept; Keylet uritoken(AccountID const& issuer, Blob const& uri); -Keylet -broker() noexcept;; - -Keylet -brokerStateDir(AccountID const& id, AccountID const& account) noexcept; - -Keylet -brokerState(AccountID const& id, AccountID const& issuer, uint256 const& ns) noexcept; - Keylet option(AccountID const& issuer, std::uint32_t expiration) noexcept;