summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2014-06-16 07:53:35 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-16 07:55:13 -0400
commit1b54b9b1ec7b382c487d479af4a61c8fa44e96f0 (patch)
tree7f9129778e3de5416f00af34ea3471e03477a439 /symbian
parentbca684bcd779e00cfa1fa1c778daa2f59d4dcadd (diff)
downloadperl-1b54b9b1ec7b382c487d479af4a61c8fa44e96f0.tar.gz
[perl #122110] [PATCH] Remove left-over mad cruft
The great MADectomy left some cruft behind: - no_index in META.{yml,json} - $Config{mad} checks in tests - Porting/perlhist_calculate.pl - symbian/config.pl - PERL_XMLDUMP error in perldiag - madly{h,obj,src} in win32/config.{gc,vc}
Diffstat (limited to 'symbian')
-rw-r--r--symbian/config.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/symbian/config.pl b/symbian/config.pl
index ab739fed63..e82c365d5a 100644
--- a/symbian/config.pl
+++ b/symbian/config.pl
@@ -112,7 +112,6 @@ __EOF__
@c = map { glob } qw(*.c); # Find the .c files.
@c = map { lc } @c; # Lowercase the names.
@c = grep { !/malloc\.c/ } @c; # Use the system malloc.
- @c = grep { !/madly\.c/ } @c; # mad is undef.
@c = grep { !/main\.c/ } @c; # main.c must be explicit.
push @c, map { lc } @x;
@c = map { s:^\.\./::; $_ } @c; # Remove the leading ../