Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_palloc.h')
-rw-r--r--src/core/ngx_palloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_palloc.h b/src/core/ngx_palloc.h
index 7774d356c..667bef514 100644
--- a/src/core/ngx_palloc.h
+++ b/src/core/ngx_palloc.h
@@ -26,8 +26,6 @@ struct ngx_pool_large_s {
};
-typedef struct ngx_pool_s ngx_pool_t;
-
struct ngx_pool_s {
char *last;
char *end;