valgrind/valgrind-3.21.0-callgrind_control-no-strict.patch
Mark Wielaard a89dd56332 Add valgrind-3.21.0-callgrind_control-no-strict.patch
Resolves: #2214397
callgrind_control produces (strict perl) errors
2023-06-23 17:16:27 +02:00

13 lines
399 B
Diff

diff --git a/callgrind/callgrind_control.in b/callgrind/callgrind_control.in
index 083ffa29f..eb50c16ad 100644
--- a/callgrind/callgrind_control.in
+++ b/callgrind/callgrind_control.in
@@ -22,7 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
-use strict;
use warnings;
use File::Basename;