aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-06 08:11:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-06 08:11:33 +0000
commit1fddbb85e100aa485991cb4a98493a062a66d3e3 (patch)
treeea7ba77848f6b77d8e055f068e49e7cc1c16bf2b /src
parentfed8cf1eeaa765e8a80e19c6c9f879315e0739d4 (diff)
downloadnginx-1fddbb85e100aa485991cb4a98493a062a66d3e3.tar.gz
nginx-1fddbb85e100aa485991cb4a98493a062a66d3e3.zip
eliminate old unused typedef
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_hash.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/ngx_hash.h b/src/core/ngx_hash.h
index da8b7e0b2..543532452 100644
--- 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;