Skip to content

Commit 61dfc39

Browse files
committed
Remove dead code.
1 parent a496144 commit 61dfc39

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

include/bitcoin/database/tables/schema.hpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -281,22 +281,6 @@ namespace schema
281281
static_assert(minrow == 3u);
282282
};
283283

284-
// TODO: reorganize as index (not archive).
285-
// moderate (sk:7) record multimap, with low multiple rate.
286-
struct spend
287-
{
288-
static constexpr bool hash_function = false;
289-
static constexpr size_t pk = schema::spend_;
290-
static constexpr size_t sk = schema::tx + schema::index;
291-
static constexpr size_t minsize =
292-
schema::point::pk; // point->hash
293-
static constexpr size_t minrow = pk + sk + minsize;
294-
static constexpr size_t size = minsize;
295-
static constexpr linkage<pk> count() NOEXCEPT { return 1; }
296-
static_assert(minsize == 4u);
297-
static_assert(minrow == 15u);
298-
};
299-
300284
// TODO: modest (sk:4) record multimap, with high multiple rate.
301285
// large (sk:32) record multimap, with high multiple rate.
302286
// address record count is output count.

0 commit comments

Comments
 (0)