From 753663a9e5d3b105e713de45ae9704ce32fb01fb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 17 Oct 2016 07:06:39 +0200 Subject: [PATCH] OpenSSL::Test cleanup - no forward declarations needed Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1686) --- test/testlib/OpenSSL/Test.pm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm index 96ac8ac20f..ffd287fbb6 100644 --- a/test/testlib/OpenSSL/Test.pm +++ b/test/testlib/OpenSSL/Test.pm @@ -94,21 +94,6 @@ my %hooks = ( # Debug flag, to be set manually when needed my $debug = 0; -# Declare some utility functions that are defined at the end -sub bldtop_file; -sub bldtop_dir; -sub srctop_file; -sub srctop_dir; -sub quotify; - -# Declare some private functions that are defined at the end -sub __env; -sub __cwd; -sub __apps_file; -sub __results_file; -sub __fixup_cmd; -sub __build_cmd; - =head2 Main functions The following functions are exported by default when using C. -- 2.25.1