changeset 1241:3e80929ea5af

eliminate old unused typedef
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 Jun 2007 08:11:33 +0000
parents 208a2dbf842e
children ae555e0549ca
files src/core/ngx_hash.h
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_hash.h
+++ b/src/core/ngx_hash.h
@@ -79,18 +79,6 @@ typedef struct {
 
 
 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;
     ngx_str_t         value;