From b5602b113ab5902035a54d5e06e8511b6f5380a2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 25 Nov 2006 23:24:24 +0000 Subject: [PATCH] it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only --- src/http/modules/perl/nginx.xs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 90b4c57a9..8f1854b3b 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -4,8 +4,6 @@ */ -#define PERL_NO_GET_CONTEXT - #include #include #include