summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-26 14:15:15 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-26 14:15:15 +0300
commit324e389e17102a63cb1d87884c06c6d2c51b5238 (patch)
tree35c6c56e884c12042033c376c49e094195d3b77f /src/core/ngx_cycle.h
parent2b0d2f058315baf61b20040e18df147d3816ff38 (diff)
downloadnginx-324e389e17102a63cb1d87884c06c6d2c51b5238.tar.gz
nginx-324e389e17102a63cb1d87884c06c6d2c51b5238.tar.bz2
Removed unused thread-local-storage code.
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 28f1886cc..ba876867f 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -112,15 +112,6 @@ typedef struct {
} ngx_core_conf_t;
-#if (NGX_OLD_THREADS)
-
-typedef struct {
- ngx_pool_t *pool; /* pcre's malloc() pool */
-} ngx_core_tls_t;
-
-#endif
-
-
#define ngx_is_init_cycle(cycle) (cycle->conf_ctx == NULL)
@@ -141,9 +132,6 @@ extern ngx_array_t ngx_old_cycles;
extern ngx_module_t ngx_core_module;
extern ngx_uint_t ngx_test_config;
extern ngx_uint_t ngx_quiet_mode;
-#if (NGX_OLD_THREADS)
-extern ngx_tls_key_t ngx_core_tls_key;
-#endif
#endif /* _NGX_CYCLE_H_INCLUDED_ */