summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-18 18:59:59 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-18 18:59:59 +0000
commit5ab7ff9835a1d1b96af849579ce604bb74101206 (patch)
tree29c1119e0f8393dad9eccbde956162ca051469d4 /proto.h
parent120f7abe0541f57e1b9cad739dd69b63bb352093 (diff)
downloadperl-5ab7ff9835a1d1b96af849579ce604bb74101206.tar.gz
Inline and eliminate S_incl_perldb(), as it's only called on one place.
This also makes the logic in the call site simpler and more efficient. p4raw-id: //depot/perl@32138
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 8d515af7f0..7adaac7b17 100644
--- a/proto.h
+++ b/proto.h
@@ -4133,7 +4133,6 @@ STATIC SV* S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, STRL
__attribute__nonnull__(pTHX_5);
STATIC int S_ao(pTHX_ int toketype);
-STATIC const char* S_incl_perldb(pTHX);
# if defined(PERL_CR_FILTER)
STATIC I32 S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen);
STATIC void S_strip_return(pTHX_ SV *sv)