diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 52ba59b57..879dad357 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -58,10 +58,4 @@ typedef struct ngx_connection_s ngx_connection_t; */ -#if 0 -/* STUB */ -extern ngx_log_t ngx_log; -#endif - - #endif /* _NGX_CORE_H_INCLUDED_ */ |