aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.h')
-rw-r--r--src/http/modules/ngx_http_index_handler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/modules/ngx_http_index_handler.h b/src/http/modules/ngx_http_index_handler.h
index 721bf2520..66261b0bc 100644
--- a/src/http/modules/ngx_http_index_handler.h
+++ b/src/http/modules/ngx_http_index_handler.h
@@ -14,11 +14,6 @@ typedef struct {
size_t max_index_len;
} ngx_http_index_conf_t;
-typedef struct {
- char *name;
- size_t len;
-} ngx_http_index_file_t;
-
extern ngx_http_module_t ngx_http_index_module;