summaryrefslogtreecommitdiff
path: root/tests/valgrind.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valgrind.pm')
-rw-r--r--tests/valgrind.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/valgrind.pm b/tests/valgrind.pm
index e6f66fd50..8b3d717d4 100644
--- a/tests/valgrind.pm
+++ b/tests/valgrind.pm
@@ -23,9 +23,7 @@
use File::Basename;
sub valgrindparse {
- my ($srcdir, # the dir in which the runtests script resides
- $sslenabled,
- $file) = @_;
+ my ($file) = @_;
my @o;
open(VAL, "<$file");
@o = <VAL>;