eliminate old unused typedef

This commit is contained in:
Igor Sysoev 2007-06-06 08:11:33 +00:00
parent fed8cf1eea
commit 1fddbb85e1

View File

@ -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;