mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +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;
|
||||
|
||||
|
||||
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 {
|
||||
ngx_uint_t hash;
|
||||
ngx_str_t key;
|
||||
|
Loading…
Reference in New Issue
Block a user