mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
eliminate old unused typedef
This commit is contained in:
parent
fed8cf1eea
commit
1fddbb85e1
1 changed files with 0 additions and 12 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue