]> git.kaiwu.me - nginx.git/commitdiff
eliminate old unused typedef
authorIgor Sysoev <igor@sysoev.ru>
Wed, 6 Jun 2007 08:11:33 +0000 (08:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 6 Jun 2007 08:11:33 +0000 (08:11 +0000)
src/core/ngx_hash.h

index da8b7e0b27cc634ac5718f9fe29d82dc1d7cb92c..5435324527c568e5ce2d7a0d28803b82cf391ea3 100644 (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;