Remove enumeration function from ::wire reading and writing (#84)

This commit is contained in:
Lee *!* Clagett
2023-12-05 20:24:22 -05:00
committed by Lee *!* Clagett
parent 9f98d2a8c9
commit 6fa2d6799b
11 changed files with 5 additions and 55 deletions

View File

@@ -136,8 +136,6 @@ namespace wire
//! \throw wire::exception if `source.size()` exceeds 2^32-1
void binary(epee::span<const std::uint8_t> source) override final;
void enumeration(std::size_t index, epee::span<char const* const> enums) override final;
//! \throw wire::exception if `items` exceeds 2^32-1.
void start_array(std::size_t items) override final;
void end_array() override final { --expected_; }