mirror of
https://github.com/nginx/nginx.git
synced 2025-06-17 09:13:04 +08:00
eliminate old unused typedef
This commit is contained in:
parent
fed8cf1eea
commit
1fddbb85e1
@ -78,18 +78,6 @@ typedef struct {
|
|||||||
} ngx_hash_keys_arrays_t;
|
} ngx_hash_keys_arrays_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
void **buckets;
|
|
||||||
ngx_uint_t hash_size;
|
|
||||||
|
|
||||||
ngx_uint_t max_size;
|
|
||||||
ngx_uint_t bucket_limit;
|
|
||||||
size_t bucket_size;
|
|
||||||
char *name;
|
|
||||||
ngx_uint_t min_buckets;
|
|
||||||
} ngx_hash0_t;
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ngx_uint_t hash;
|
ngx_uint_t hash;
|
||||||
ngx_str_t key;
|
ngx_str_t key;
|
||||||
|
Loading…
Reference in New Issue
Block a user