delta: drop the warnings+strict

They really don't do much good here and I rather do this than adding
'my' on 40+ lines.

Follow-up from 2ec54556d4

Closes #18058
This commit is contained in:
Daniel Stenberg 2025-07-28 13:07:58 +02:00
parent 22d6ac0b65
commit f63bdea790
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -30,9 +30,6 @@
#
# In the git clone root, invoke 'scripts/delta [release tag]'
use strict;
use warnings;
$start = $ARGV[0];
if($start eq "-h") {