diff src/core/ngx_hash.h @ 310:95d92ec39071 NGINX_0_5_25

nginx 0.5.25 *) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jun 2007 00:00:00 +0400
parents e6da4931e0e0
children 429900ca25ee
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;