]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
memanalyze.pl: remove strict+warnings
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2025 06:59:26 +0000 (08:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2025 07:15:01 +0000 (09:15 +0200)
These introduced *hundreds* of lines of output in a single test run.

I think this also shows strict+warnigns in perl in their most annoying
way.

Follow-up to 2ec54556d4

Closes #18048

tests/memanalyze.pl

index e794972a33b9f5dc9125de2a867a7cd8579f6025..e1eaf0c9472f6d56fed685a8cb4437a8fc84d46d 100755 (executable)
@@ -29,9 +29,6 @@
 # MEM mprintf.c:1103 realloc(e5718, 64) = e6118
 # MEM sendf.c:232 free(f6520)
 
-use strict;
-use warnings;
-
 my $mallocs=0;
 my $callocs=0;
 my $reallocs=0;