aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_regex.c')
-rw-r--r--src/core/ngx_regex.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/ngx_regex.c b/src/core/ngx_regex.c
index 18e3c26c5..984a28aa9 100644
--- a/src/core/ngx_regex.c
+++ b/src/core/ngx_regex.c
@@ -35,11 +35,9 @@ ngx_regex_malloc_init(ngx_pool_t *pool)
return;
}
-#else
+#endif
ngx_pcre_pool = pool;
-
-#endif
}
@@ -55,11 +53,9 @@ ngx_regex_malloc_done(void)
return;
}
-#else
+#endif
ngx_pcre_pool = NULL;
-
-#endif
}