aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 2eea52970..79ff7769a 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -492,16 +492,6 @@ if ($configurebuild) {
# lib/Makefile.netware now copies curlbuild.h.dist as curlbuild.h
system("$make -i -C lib -f Makefile.$targetos prebuild");
system("$make -i -C src -f Makefile.$targetos prebuild");
- # peek compiler predefined symbols...
- system("echo | gcc -m32 -E -dM - >predef.txt");
- logit "display predef.txt";
- if(open(F, "predef.txt")) {
- while (<F>) {
- print;
- }
- close(F);
- }
- #
}
}