diff options
author | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-06-23 12:11:27 +0100 |
---|---|---|
committer | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-06-23 12:11:27 +0100 |
commit | f8ba5d6c0093090e81819481e523af5fd27ab1e3 (patch) | |
tree | 51958e8f811621f507162f88be0da0fe045be992 /src/perl | |
parent | 0326cefef518acc053718063019189b21dc26d32 (diff) | |
download | unit-f8ba5d6c0093090e81819481e523af5fd27ab1e3.tar.gz unit-f8ba5d6c0093090e81819481e523af5fd27ab1e3.tar.bz2 |
Isolation: fixed build when features aren't detected.
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/nxt_perl_psgi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/perl/nxt_perl_psgi.c b/src/perl/nxt_perl_psgi.c index 14e107e4..16079a38 100644 --- a/src/perl/nxt_perl_psgi.c +++ b/src/perl/nxt_perl_psgi.c @@ -118,12 +118,8 @@ NXT_EXPORT nxt_app_module_t nxt_app_module = { nxt_perl_psgi_compat, nxt_string("perl"), PERL_VERSION_STRING, - -#if (NXT_HAVE_ISOLATION_ROOTFS) NULL, 0, -#endif - NULL, nxt_perl_psgi_start, }; |