comparison src/core/ngx_cycle.c @ 6110:16c51e80128c

Removed unused thread-local-storage code.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Mar 2015 14:15:15 +0300
parents 79ddb0bdb273
children 48b3d5ddfb03
comparison
equal deleted inserted replaced
6109:d588dda5ec31 6110:16c51e80128c
23 static ngx_pool_t *ngx_temp_pool; 23 static ngx_pool_t *ngx_temp_pool;
24 static ngx_event_t ngx_cleaner_event; 24 static ngx_event_t ngx_cleaner_event;
25 25
26 ngx_uint_t ngx_test_config; 26 ngx_uint_t ngx_test_config;
27 ngx_uint_t ngx_quiet_mode; 27 ngx_uint_t ngx_quiet_mode;
28
29 #if (NGX_OLD_THREADS)
30 ngx_tls_key_t ngx_core_tls_key;
31 #endif
32 28
33 29
34 /* STUB NAME */ 30 /* STUB NAME */
35 static ngx_connection_t dumb; 31 static ngx_connection_t dumb;
36 /* STUB */ 32 /* STUB */