mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
content: backing store: Remove unused typedef.
This commit is contained in:
parent
23102ff601
commit
5035408503
@ -88,14 +88,6 @@
|
|||||||
/** length in bytes of a block files use map */
|
/** length in bytes of a block files use map */
|
||||||
#define BLOCK_USE_MAP_SIZE (1 << (BLOCK_ENTRY_COUNT - 3))
|
#define BLOCK_USE_MAP_SIZE (1 << (BLOCK_ENTRY_COUNT - 3))
|
||||||
|
|
||||||
/**
|
|
||||||
* The type used to store index values referring to store entries. Care
|
|
||||||
* must be taken with this type as it is used to build address to
|
|
||||||
* entry mapping so changing the size will have large impacts on
|
|
||||||
* memory usage.
|
|
||||||
*/
|
|
||||||
typedef uint16_t entry_index_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The type used as a binary identifier for each entry derived from
|
* The type used as a binary identifier for each entry derived from
|
||||||
* the URL. A larger identifier will have fewer collisions but
|
* the URL. A larger identifier will have fewer collisions but
|
||||||
|
Loading…
Reference in New Issue
Block a user