Revert "uint-bset: add slot0 member"

This reverts commit 743096a496.

Closes #22581
This commit is contained in:
Stefan Eissing 2026-08-14 11:40:24 +02:00 committed by Daniel Stenberg
parent 554efab7f6
commit 6e9880366f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 6 additions and 21 deletions

View file

@ -126,10 +126,6 @@ static CURLcode test_unit3211(const char *arg)
{
UNITTEST_BEGIN_SIMPLE
static const uint32_t s0[] = {
/* spread numbers, some at slot edges */
0, 1, 4, 5, 8, 13, 17, 23, 24, 63,
};
static const uint32_t s1[] = {
/* spread numbers, some at slot edges */
0, 1, 4, 17, 63, 64, 65, 66, 90, 99,
@ -146,7 +142,6 @@ static CURLcode test_unit3211(const char *arg)
120, 121, 122, 123, 124, 125, 126, 127,
};
check_set("s0", 64, s0, CURL_ARRAYSIZE(s1));
check_set("s1", 100, s1, CURL_ARRAYSIZE(s1));
check_set("s2", 1000, s2, CURL_ARRAYSIZE(s2));