In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/36dc805b1fb2aef46ec1540d4b768d64fbb52e22?hp=2107eff2814ab1ff8e619b812de17868cb58bd68>
- Log ----------------------------------------------------------------- commit 36dc805b1fb2aef46ec1540d4b768d64fbb52e22 Author: James E Keenan <[email protected]> Date: Thu Feb 26 09:02:19 2015 -0500 Remove unused variable $DEBUGGING. It is unused and there do not appear to be any tests to be run for -DDEBUGGING in this file. ----------------------------------------------------------------------- Summary of changes: t/porting/libperl.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/porting/libperl.t b/t/porting/libperl.t index d97b332..ac9db4b 100644 --- a/t/porting/libperl.t +++ b/t/porting/libperl.t @@ -326,8 +326,6 @@ ok($symbols{text}{'Perl_pp_uc'}{'pp.o'}, "has text Perl_pp_uc in pp.o"); ok(exists $symbols{data}{const}, "has data const symbols"); ok($symbols{data}{const}{PL_no_mem}{'globals.o'}, "has PL_no_mem"); -my $DEBUGGING = $Config{ccflags} =~ /-DDEBUGGING/ ? 1 : 0; - my $GS = $Config{ccflags} =~ /-DPERL_GLOBAL_STRUCT\b/ ? 1 : 0; my $GSP = $Config{ccflags} =~ /-DPERL_GLOBAL_STRUCT_PRIVATE/ ? 1 : 0; -- Perl5 Master Repository
