summaryrefslogtreecommitdiff
path: root/src/perl/perl-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/perl-common.h')
-rw-r--r--src/perl/perl-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/perl/perl-common.h b/src/perl/perl-common.h
index d01d014b..e6519681 100644
--- a/src/perl/perl-common.h
+++ b/src/perl/perl-common.h
@@ -1,8 +1,6 @@
#ifndef __PERL_COMMON_H
#define __PERL_COMMON_H
-extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */
-
/* helper defines */
#define new_pv(a) \
(newSVpv((a) == NULL ? "" : (a), (a) == NULL ? 0 : strlen(a)))